diff options
author | leo <azuminha1@gmail.co> | 2025-09-27 20:35:09 -0300 |
---|---|---|
committer | leo <azuminha1@gmail.co> | 2025-09-27 20:35:09 -0300 |
commit | 6afb08d814672329ea185500d105cfa85cdbb7e9 (patch) | |
tree | 37a5f5ccb57d15359e5b02421c5227be0694fb58 /public/css/fonts.css |
first hugo build
Diffstat (limited to 'public/css/fonts.css')
-rw-r--r-- | public/css/fonts.css | 31 |
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%; +} |