mirror of
https://github.com/bigskysoftware/hypermedia-systems.git
synced 2025-11-29 00:05:26 -05:00
fix @font-face
This commit is contained in:
parent
b033f50140
commit
44bcb4cbdd
@ -8,13 +8,14 @@
|
||||
<link rel="stylesheet" href="http://the.missing.style/v1.0.1/missing.min.css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: "ChicagoFLF";
|
||||
src: url("/fonts/ChicagoFLF.ttf") type("ttf");
|
||||
font-family: "Chicago FLF";
|
||||
src: url("/fonts/ChicagoFLF.ttf") format("truetype");
|
||||
}
|
||||
|
||||
:root {
|
||||
--main-font: "Andada Pro", serif;
|
||||
--secondary-font: "Source Sans Pro", "Source Sans 3", sans-serif;
|
||||
--display-font: "ChicagoFLF", "Impact", sans-serif;
|
||||
--display-font: "Chicago FLF", "Impact", sans-serif;
|
||||
--mono-font: "Berkeley Mono", "Input Mono", "Iosevka", "Liberation Mono", "Victor Mono", "Consolas", monospace, monospace;
|
||||
|
||||
font-size: calc((18 / 16) * 100%);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user