diff options
| author | Fuwn <[email protected]> | 2025-12-15 02:46:41 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-12-15 02:46:41 -0800 |
| commit | 4033679ef214601e5445e2398b9835c118ba2157 (patch) | |
| tree | 8bc6215e1679cbd04e5616fc6f2c750cfdba5eb9 /static | |
| parent | feat(Wrapped): Add detailed activity fetcher toggle (diff) | |
| download | due.moe-4033679ef214601e5445e2398b9835c118ba2157.tar.xz due.moe-4033679ef214601e5445e2398b9835c118ba2157.zip | |
format: Apply Prettier formatting
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles/LaTeX.css | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/static/styles/LaTeX.css b/static/styles/LaTeX.css index 2860e538..7fff3c5c 100644 --- a/static/styles/LaTeX.css +++ b/static/styles/LaTeX.css @@ -10,10 +10,8 @@ font-style: normal; font-weight: normal; font-display: swap; - src: - url('./fonts/LM-regular.woff2') format('woff2'), - url('./fonts/LM-regular.woff') format('woff'), - url('./fonts/LM-regular.ttf') format('truetype'); + src: url('./fonts/LM-regular.woff2') format('woff2'), + url('./fonts/LM-regular.woff') format('woff'), url('./fonts/LM-regular.ttf') format('truetype'); } @font-face { @@ -21,9 +19,7 @@ font-style: italic; font-weight: normal; font-display: swap; - src: - url('./fonts/LM-italic.woff2') format('woff2'), - url('./fonts/LM-italic.woff') format('woff'), + src: url('./fonts/LM-italic.woff2') format('woff2'), url('./fonts/LM-italic.woff') format('woff'), url('./fonts/LM-italic.ttf') format('truetype'); } @@ -32,9 +28,7 @@ font-style: normal; font-weight: bold; font-display: swap; - src: - url('./fonts/LM-bold.woff2') format('woff2'), - url('./fonts/LM-bold.woff') format('woff'), + src: url('./fonts/LM-bold.woff2') format('woff2'), url('./fonts/LM-bold.woff') format('woff'), url('./fonts/LM-bold.ttf') format('truetype'); } @@ -43,8 +37,7 @@ font-style: italic; font-weight: bold; font-display: swap; - src: - url('./fonts/LM-bold-italic.woff2') format('woff2'), + src: url('./fonts/LM-bold-italic.woff2') format('woff2'), url('./fonts/LM-bold-italic.woff') format('woff'), url('./fonts/LM-bold-italic.ttf') format('truetype'); } |