Skip to content

Commit 1db871d

Browse files
committed
chore: remove unused Space Mono font
1 parent 4bc5a8e commit 1db871d

6 files changed

Lines changed: 3 additions & 39 deletions

File tree

static/css/v3/fonts.css

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* V3 typography fonts.
3-
* Reuses v2 fonts from /static/font/ where same (Monaspace); v3-only (Mona Sans, Space Mono) in /static/font/v3/
3+
* Reuses v2 fonts from /static/font/ where same (Monaspace); v3-only (Mona Sans) in /static/font/v3/
44
*/
55

66
/* Mona Sans – v3 only */
@@ -77,39 +77,3 @@
7777
font-display: swap;
7878
src: url('/static/font/MonaspaceXenon-Italic.woff2') format('woff2');
7979
}
80-
81-
@font-face {
82-
font-family: 'Space Mono';
83-
font-style: normal;
84-
font-weight: 400;
85-
font-stretch: 100%;
86-
font-display: swap;
87-
src: url('/static/font/v3/space-mono/SpaceMono-Regular.ttf') format('truetype');
88-
}
89-
90-
@font-face {
91-
font-family: 'Space Mono';
92-
font-style: italic;
93-
font-weight: 400;
94-
font-stretch: 100%;
95-
font-display: swap;
96-
src: url('/static/font/v3/space-mono/SpaceMono-Italic.ttf') format('truetype');
97-
}
98-
99-
@font-face {
100-
font-family: 'Space Mono';
101-
font-style: normal;
102-
font-weight: 700;
103-
font-stretch: 100%;
104-
font-display: swap;
105-
src: url('/static/font/v3/space-mono/SpaceMono-Bold.ttf') format('truetype');
106-
}
107-
108-
@font-face {
109-
font-family: 'Space Mono';
110-
font-style: italic;
111-
font-weight: 700;
112-
font-stretch: 100%;
113-
font-display: swap;
114-
src: url('/static/font/v3/space-mono/SpaceMono-BoldItalic.ttf') format('truetype');
115-
}

static/css/v3/typography.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
/* Typeface */
1313
--font-sans: 'Mona Sans VF', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
1414
--font-display: 'Mona Sans Display SemiCondensed', 'Mona Sans VF', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
15-
--font-code: 'Monaspace Neon', 'Space Mono', 'Monaco', 'Courier New', monospace;
16-
--font-comments: 'Monaspace Xenon', 'Space Mono', 'Monaco', 'Courier New', monospace;
15+
--font-code: 'Monaspace Neon', 'Monaco', 'Courier New', monospace;
16+
--font-comments: 'Monaspace Xenon', 'Monaco', 'Courier New', monospace;
1717

1818
/* Weight */
1919
--font-weight-regular: 400;
-95 KB
Binary file not shown.
-101 KB
Binary file not shown.
-110 KB
Binary file not shown.
-96 KB
Binary file not shown.

0 commit comments

Comments
 (0)