summaryrefslogtreecommitdiff
path: root/public/css/fonts.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/fonts.css')
-rw-r--r--public/css/fonts.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/public/css/fonts.css b/public/css/fonts.css
new file mode 100644
index 0000000..da969a7
--- /dev/null
+++ b/public/css/fonts.css
@@ -0,0 +1,31 @@
+@import url('https://rsms.me/inter/inter.css');
+html { font-family:
+ 'Inter',
+ sans-serif,
+ 'Apple Color Emoji',
+ 'Segoe UI Emoji',
+ 'Segoe UI Symbol';
+ }
+@supports (font-variation-settings: normal) {
+ html { font-family:
+ 'Inter var',
+ sans-serif,
+ 'Apple Color Emoji',
+ 'Segoe UI Emoji',
+ 'Segoe UI Symbol';
+ }
+}
+
+code {
+ font-family:
+ -apple-system,
+ BlinkMacSystemFont,
+ "Segoe UI",
+ Helvetica,
+ Arial,
+ sans-serif,
+ "Apple Color Emoji",
+ "Segoe UI Emoji",
+ "Segoe UI Symbol";
+ font-size: 85%;
+}