Replace font with Metropolis
This commit is contained in:
parent
0a140800c8
commit
7c0409a0fc
Binary file not shown.
BIN
assets/fonts/Metropolis-Bold.otf
Normal file
BIN
assets/fonts/Metropolis-Bold.otf
Normal file
Binary file not shown.
@ -163,11 +163,10 @@ template {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Helvetica;
|
font-family: 'Metropolis';
|
||||||
src: local(Helvetica), url(../assets/fonts/Helvetica.ttf);
|
src: local('Metropolis-Bold'), url('../assets/fonts/Metropolis-Bold.otf');
|
||||||
|
font-weight: 700;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
|
||||||
letter-spacing: 0.1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
@ -175,7 +174,7 @@ template {
|
|||||||
}
|
}
|
||||||
|
|
||||||
html {
|
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-size: var(--base-font-size);
|
||||||
font-weight: var(--font-weight-normal);
|
font-weight: var(--font-weight-normal);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user