diff options
| author | Fuwn <[email protected]> | 2026-03-01 16:02:08 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 16:02:08 -0800 |
| commit | 68e5074a5ce06490353a3562e88efcb5606e7b31 (patch) | |
| tree | 58f579bcaf299431d3e9eff72ceb530eb88612b0 /static/styles/risotto | |
| parent | chore(biome): re-enable useIterableCallbackReturn rule (diff) | |
| download | due.moe-68e5074a5ce06490353a3562e88efcb5606e7b31.tar.xz due.moe-68e5074a5ce06490353a3562e88efcb5606e7b31.zip | |
chore(biome): re-enable useGenericFontNames rule
Diffstat (limited to 'static/styles/risotto')
| -rw-r--r-- | static/styles/risotto/typography.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles/risotto/typography.css b/static/styles/risotto/typography.css index 0fda898d..e56fb203 100644 --- a/static/styles/risotto/typography.css +++ b/static/styles/risotto/typography.css @@ -149,7 +149,7 @@ blockquote::before { .twitter-tweet::before { content: "\f099"; - font-family: "Font Awesome 5 Brands"; + font-family: "Font Awesome 5 Brands", sans-serif; font-weight: 400; } |