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');
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -34,7 +34,7 @@
<link rel="stylesheet" href="{{ theme_url }}/css/droidsans.css" type="text/css" />
<style>
.nav-link { font-family: 'Contrail One'; }
.nav-link { font-family: 'Roboto'; }
</style>
</head>
<body>
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 176 KiB