diff options
| author | Fuwn <[email protected]> | 2024-01-06 17:21:36 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-06 17:21:36 -0800 |
| commit | e0d0503b68fb48e3e50c76f8992a319d3e0b5ca6 (patch) | |
| tree | b3aed317e379d780341a65929ef4453f3f6700c3 /src/lib/Styles/typography.css | |
| parent | fix(schedule): account for delays (diff) | |
| download | due.moe-e0d0503b68fb48e3e50c76f8992a319d3e0b5ca6.tar.xz due.moe-e0d0503b68fb48e3e50c76f8992a319d3e0b5ca6.zip | |
fix(css): proxy google fonts for cors
Diffstat (limited to 'src/lib/Styles/typography.css')
| -rw-r--r-- | src/lib/Styles/typography.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Styles/typography.css b/src/lib/Styles/typography.css index 039a365b..a868ac46 100644 --- a/src/lib/Styles/typography.css +++ b/src/lib/Styles/typography.css @@ -1,6 +1,6 @@ /* Kosugi, M PLUS 1 Code */ /* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;550;700;800&display=swap'); */ -@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&family=Roboto:wght@500;700&display=swap'); +@import url('https://proxy.due.moe/?q=https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&family=Roboto:wght@500;700&display=swap'); body { font-family: 'Quicksand', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, |