This commit is contained in:
theomemin
2018-11-26 10:26:55 +01:00
parent 1908d7a5b7
commit a6bee10a72
5 changed files with 28 additions and 49 deletions

View File

@ -13,8 +13,9 @@ body{
padding-top: 10px;
color: white;
float: right;
font-family: "Zona Black", sans-serif;
font-size: 1.9vh;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 600;
}
@media screen and (max-width: 640px) {
@ -22,8 +23,3 @@ body{
height: 0;
}
}
@font-face {
font-family: "Zona Black";
src: url('polices/Zona_Black.ttf');
}