Replace font with Metropolis

This commit is contained in:
Özenç Bilgili 2020-05-16 17:26:50 +03:00
parent 0a140800c8
commit 7c0409a0fc
3 changed files with 4 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -163,11 +163,10 @@ template {
}
@font-face {
font-family: Helvetica;
src: local(Helvetica), url(../assets/fonts/Helvetica.ttf);
font-family: 'Metropolis';
src: local('Metropolis-Bold'), url('../assets/fonts/Metropolis-Bold.otf');
font-weight: 700;
font-style: normal;
font-weight: 400;
letter-spacing: 0.1em;
}
* {
@ -175,7 +174,7 @@ template {
}
html {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-family: "Metropolis", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: var(--base-font-size);
font-weight: var(--font-weight-normal);
}