summaryrefslogtreecommitdiff
path: root/themes/hugo-classic/static/css/fonts.css
diff options
context:
space:
mode:
authorleo <azuminha1@gmail.co>2025-10-16 20:02:39 -0300
committerleo <azuminha1@gmail.co>2025-10-16 20:02:39 -0300
commit8e7996214af853803c4dd04534b1f5646b0ac1c5 (patch)
tree14a30d462b47b54d41613347782da6e48b71d082 /themes/hugo-classic/static/css/fonts.css
first
Diffstat (limited to 'themes/hugo-classic/static/css/fonts.css')
-rw-r--r--themes/hugo-classic/static/css/fonts.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/themes/hugo-classic/static/css/fonts.css b/themes/hugo-classic/static/css/fonts.css
new file mode 100644
index 0000000..da969a7
--- /dev/null
+++ b/themes/hugo-classic/static/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%;
+}