Changed font to noto
This commit is contained in:
parent
661693a9d1
commit
9828394d30
Binary file not shown.
Binary file not shown.
BIN
src/static/styles/NotoSans-Bold.ttf
Normal file
BIN
src/static/styles/NotoSans-Bold.ttf
Normal file
Binary file not shown.
BIN
src/static/styles/NotoSans-BoldItalic.ttf
Normal file
BIN
src/static/styles/NotoSans-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
src/static/styles/NotoSans-Italic.ttf
Normal file
BIN
src/static/styles/NotoSans-Italic.ttf
Normal file
Binary file not shown.
BIN
src/static/styles/NotoSans-Regular.ttf
Normal file
BIN
src/static/styles/NotoSans-Regular.ttf
Normal file
Binary file not shown.
@ -1,10 +1,31 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
src: {{ url_for('static', filename='sspro-ita.ttf') }};
|
font-family: "Noto Sans";
|
||||||
|
src: url(NotoSans-Regular.ttf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Noto Sans";
|
||||||
|
src: url(NotoSans-Bold.ttf);
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Noto Sans";
|
||||||
|
src: url(NotoSans-Italic.ttf);
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Noto Sans";
|
||||||
|
src: url(NotoSans-BoldItalic.ttf);
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: #22242e;
|
background-color: #22242e;
|
||||||
font-family: 'Source Sans Pro';
|
font-family: 'Noto Sans';
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -87,6 +108,7 @@ a {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
|
font-family: 'Noto Sans';
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #44475a;
|
background: #44475a;
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
@ -100,6 +122,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
font-family: 'Noto Sans';
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #44475a;
|
background: #44475a;
|
||||||
color: #f8f8f2;
|
color: #f8f8f2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user