diff options
| author | Bobby <[email protected]> | 2023-06-25 16:06:41 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-25 16:06:41 -0400 |
| commit | b2099c9dcedc713cc7ff3f9be253b7b218f7fb72 (patch) | |
| tree | d3a7ae23501575c8adc619b08cabc19cf91d497a /static/css/styles.css | |
| parent | 2143f7e90ac87cc4cb366e045da074432b9b83a6 (diff) | |
| download | thatcomputerscientist-b2099c9dcedc713cc7ff3f9be253b7b218f7fb72.tar.xz thatcomputerscientist-b2099c9dcedc713cc7ff3f9be253b7b218f7fb72.zip | |
Font Rendering for Japanese and Code Blocks
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 8639081b..6ae81a7e 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1,6 +1,6 @@ @import url(search.css); @import url(sidebar.css); -@import url('https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,400;0,700;1,400;1,700&display=swap'); +@import url('fonts.css'); body { position: unset !important; @@ -516,4 +516,4 @@ blockquote { max-height: 300px; max-width: 300px; } -}
\ No newline at end of file +} |
