1
0
Fork 0

Include Noto fonts in repository
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2023-01-17 14:57:14 +01:00
parent e2bc307ea5
commit 47ece5a975
7 changed files with 28 additions and 0 deletions

27
assets/_fonts.scss Normal file
View File

@ -0,0 +1,27 @@
@font-face {
font-family: "Noto Sans";
src: local("Noto Sans"), local("NotoSans-Regular"), url(/NotoSans-Regular.ttf);
}
@font-face {
font-family: "Noto Sans";
font-weight: 700;
src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(/NotoSans-Bold.ttf);
}
@font-face {
font-family: "Noto Sans";
font-style: italic;
src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(/NotoSans-Italic.ttf);
}
@font-face {
font-family: "Noto Sans Mono";
src: local("Noto Sans Mono"), local("NotoSansMono-Regular"), url(/NotoSansMono-Regular.ttf);
}
@font-face {
font-family: "Noto Sans Mono";
font-weight: 700;
src: local("Noto Sans Mono Bold"), local("NotoSansMono-Bold"), url(/NotoSansMono-Bold.ttf);
}

View File

@ -1,6 +1,7 @@
@import 'animations';
@import 'breakpoints';
@import 'colors';
@import 'fonts';
* {
box-sizing: border-box;

BIN
static/NotoSans-Bold.ttf Normal file

Binary file not shown.

BIN
static/NotoSans-Italic.ttf Normal file

Binary file not shown.

BIN
static/NotoSans-Regular.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.