This commit is contained in:
2023-06-19 17:14:10 +02:00
parent b6ee50fd5b
commit 4ab81136bc
15 changed files with 861 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('../font/Roboto-Regular.ttf');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url('../font/Roboto-Bold.ttf');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url('../font/Roboto-Italic.ttf');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url('../font/Roboto-BoldItalic.ttf');
}