summaryrefslogtreecommitdiff
path: root/public/css/fonts.css
diff options
context:
space:
mode:
authorleo <azuminha1@gmail.co>2025-10-16 20:20:15 -0300
committerleo <azuminha1@gmail.co>2025-10-16 20:20:15 -0300
commit0e191433328094673dacc22b16cc5d3bac02c4dc (patch)
tree6d0ce9d11b1b6039a392c4a36b25263ae2ec417c /public/css/fonts.css
parent8e7996214af853803c4dd04534b1f5646b0ac1c5 (diff)
;
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%;
+}