From 2384ef8d444e46c805aa6350734e19789937c6e5 Mon Sep 17 00:00:00 2001 From: ada Date: Mon, 27 Mar 2023 14:12:13 +0200 Subject: [PATCH] Update 'ogcardeck/stylesheet.css' --- ogcardeck/stylesheet.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ogcardeck/stylesheet.css b/ogcardeck/stylesheet.css index cbb03d2..2e7671f 100644 --- a/ogcardeck/stylesheet.css +++ b/ogcardeck/stylesheet.css @@ -24,16 +24,20 @@ p { position: absolute; margin: 2mm; width: 100%; - font-family: "Trickster"; + font-family: "Consolation"; + } + p.down { display: none; bottom:0; } @font-face { - font-family: "Trickster"; - src: - url("trickster-COLRv1.otf") format("opentype"); - } \ No newline at end of file + font-family: 'Consolation'; + src: local('Consolation'), + url('./fonts/Consolation014.woff') format('opentype'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file