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/routes/+layout.svelte | |
| 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/routes/+layout.svelte')
| -rw-r--r-- | src/routes/+layout.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index c01af9c8..0b78c448 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -83,7 +83,7 @@ </div> <style> - @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@550&display=swap'); + @import url('https://proxy.due.moe/?q=https://fonts.googleapis.com/css2?family=Montserrat:wght@550&display=swap'); #header { font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, |