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