Skip to content
Snippets Groups Projects

System fonts

7 files
+ 125
70
Compare changes
  • Side-by-side
  • Inline

Files

@@ -32,15 +32,6 @@
}
}
.font-Lora {
font-family: Lora-Regular, sans-serif;
font-size: 14.5pt;
h2,
.lang {
font-family: Lora-Bold, serif;
}
}
.font-AtkinsonHyperlegible {
font-family: AtkinsonHyperlegible-Regular, sans-serif;
font-size: 15.2pt;
@@ -58,3 +49,21 @@
font-family: OpenDyslexicThree-Bold, sans-serif;
}
}
.font-serif {
font-family: serif;
h2,
.lang {
font-family: serif;
font-weight: bold;
}
}
.font-sans {
font-family: sans-serif;
h2,
.lang {
font-family: sans-serif;
font-weight: bold;
}
}
Loading