Font changed again

This commit is contained in:
justine 2022-03-20 17:58:45 +01:00
parent 049adbed2d
commit efd8622146
8 changed files with 9 additions and 9 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,23 +1,23 @@
@font-face { @font-face {
font-family: "Noto Sans"; font-family: "Work Sans";
src: url(NotoSansMono-Medium.ttf); src: url(WorkSans-Regular.ttf);
} }
@font-face { @font-face {
font-family: "Noto Sans"; font-family: "Work Sans";
src: url(NotoSansMono-Bold.ttf); src: url(WorkSans-Bold.ttf);
font-weight: bold; font-weight: bold;
} }
@font-face { @font-face {
font-family: "Noto Sans"; font-family: "Work Sans";
src: url(NotoSans-Italic.ttf); src: url(WorkSans-Italic.ttf);
font-style: italic; font-style: italic;
} }
@font-face { @font-face {
font-family: "Noto Sans"; font-family: "Work Sans";
src: url(NotoSans-BoldItalic.ttf); src: url(WorkSans-BoldItalic.ttf);
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;
} }
@ -25,7 +25,7 @@
html { html {
background-color: #22242e; background-color: #22242e;
font-family: 'Noto Sans'; font-family: 'Work Sans';
color: #f8f8f2; color: #f8f8f2;
} }