diff options
| author | Bobby <[email protected]> | 2024-03-27 22:36:48 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-03-27 22:36:48 -0400 |
| commit | 6db0708d10192a24760035e12bb7eee8c2b4e2d7 (patch) | |
| tree | 5f546437218095256df57f32aadf77c40c7de543 /static/css/fonts.css | |
| parent | 5c0b62ad493b629142f722b2f84c91071153350a (diff) | |
| download | thatcomputerscientist-6db0708d10192a24760035e12bb7eee8c2b4e2d7.tar.xz thatcomputerscientist-6db0708d10192a24760035e12bb7eee8c2b4e2d7.zip | |
Update: View Text Files in Repos
Diffstat (limited to 'static/css/fonts.css')
| -rw-r--r-- | static/css/fonts.css | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/static/css/fonts.css b/static/css/fonts.css index e25f479a..aed92b83 100644 --- a/static/css/fonts.css +++ b/static/css/fonts.css @@ -1,28 +1,30 @@ -@import url('https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,400;0,700;1,400;1,700&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,400;0,700;1,400;1,700&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap"); @font-face { - font-family: 'Comic Code Regular'; - src: url('../fonts/COCOLGR.otf') format('opentype'); - font-weight: normal; - font-style: normal; + font-family: "Comic Code Regular"; + src: url("../fonts/COCOLGR.otf") format("opentype"); + font-weight: normal; + font-style: normal; } @font-face { - font-family: 'Hatsukoi Friends Mini'; - src: url('../fonts/HAKOIMI.otf') format('opentype'); - font-weight: normal; - font-style: normal; + font-family: "Hatsukoi Friends Mini"; + src: url("../fonts/HAKOIMI.otf") format("opentype"); + font-weight: normal; + font-style: normal; } +/* pre, code { - font-family: 'Comic Code Regular', sans-serif; -} + font-family: "Comic Code Regular", sans-serif; +} */ .en { - font-family: 'Mali', sans-serif; + font-family: "Mali", sans-serif; } -body.ja, .ja { - font-family: 'Noto Sans JP', sans-serif; +body.ja, +.ja { + font-family: "Noto Sans JP", sans-serif; } |
