mirror of
https://github.com/bigskysoftware/hypermedia-systems.git
synced 2025-11-30 00:03:48 -05:00
fix @font-face
This commit is contained in:
parent
b033f50140
commit
44bcb4cbdd
@ -9,8 +9,9 @@
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: "Chicago FLF";
|
||||
src: url("/fonts/ChicagoFLF.ttf") type("ttf");
|
||||
src: url("/fonts/ChicagoFLF.ttf") format("truetype");
|
||||
}
|
||||
|
||||
:root {
|
||||
--main-font: "Andada Pro", serif;
|
||||
--secondary-font: "Source Sans Pro", "Source Sans 3", sans-serif;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user