Changed font to noto

This commit is contained in:
justine 2022-03-20 13:10:59 +01:00
parent 661693a9d1
commit 9828394d30
7 changed files with 25 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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;