Font changed again
This commit is contained in:
parent
049adbed2d
commit
efd8622146
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/static/styles/WorkSans-Bold.ttf
Normal file
BIN
src/static/styles/WorkSans-Bold.ttf
Normal file
Binary file not shown.
BIN
src/static/styles/WorkSans-BoldItalic.ttf
Normal file
BIN
src/static/styles/WorkSans-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
src/static/styles/WorkSans-Italic.ttf
Normal file
BIN
src/static/styles/WorkSans-Italic.ttf
Normal file
Binary file not shown.
BIN
src/static/styles/WorkSans-Regular.ttf
Normal file
BIN
src/static/styles/WorkSans-Regular.ttf
Normal file
Binary file not shown.
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user