Skip to content

Commit 7c56bab

Browse files
authored
Merge pull request #2896 from sondr3/fira-mono
Change monospace font from Inconsolata to Fira Mono
2 parents f4b168c + a09d9cf commit 7c56bab

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

www/fonts/FiraMono-Regular.ttf

171 KB
Binary file not shown.

www/fonts/Inconsolata-Regular.ttf

-78.6 KB
Binary file not shown.

www/rustup.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
}
1919

2020
@font-face {
21-
font-family: 'Work Sans';
21+
font-family: 'Fira Mono';
2222
font-style: normal;
23-
font-weight: 500;
24-
src: local('Work Sans Medium'), url("fonts/WorkSans-Medium.ttf") format('truetype');
23+
font-weight: 400;
24+
src: local('Fira Mono'), url("fonts/FiraMono-Regular.ttf") format('truetype');
2525
}
2626

2727
@font-face {
28-
font-family: 'Inconsolata';
28+
font-family: 'Work Sans';
2929
font-style: normal;
30-
font-weight: 400;
31-
src: local('Inconsolata Regular'), url("fonts/Inconsolata-Regular.ttf") format('truetype');
30+
font-weight: 500;
31+
src: local('Work Sans Medium'), url("fonts/WorkSans-Medium.ttf") format('truetype');
3232
}
3333

3434
body {
@@ -41,7 +41,7 @@ body {
4141
}
4242

4343
pre {
44-
font-family: Inconsolata,Menlo,Monaco,Consolas,"Courier New",monospace;
44+
font-family: "Fira Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
4545
font-weight: 400;
4646
}
4747

0 commit comments

Comments
 (0)