Add Roboto Medium for groups #51

This commit is contained in:
Lukas Martinelli
2017-01-10 10:06:49 +01:00
parent a8a3b7a5ad
commit 09b6b2dffe
3 changed files with 8 additions and 0 deletions

View File

@@ -5,6 +5,13 @@
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('./fonts/Roboto-Medium.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
html {
background-color: rgb(28, 31, 36);
}