1
0
Fork 0

[CODE] self-host google fonts

This commit is contained in:
Jannik Beyerstedt 2017-11-20 20:58:56 +01:00
parent 853074ecd0
commit eb502eceae
50 changed files with 167 additions and 23 deletions

View file

@ -3,6 +3,21 @@
*/
@import "../mainvariables";
@font-face {
src: url("../../fonts/boon_logo-300.woff") format("woff");
font-family: "Boon-Logo";
font-style: normal;
font-weight: 300;
}
@font-face {
src: url("../../fonts/boon_logo-400.woff") format("woff");
font-family: "Boon-Logo";
font-style: normal;
font-weight: 400;
}
main {
padding-top: 14vh;
@ -34,7 +49,7 @@ main {
p {
margin-top: 0.5em;
font-size: 14px;
font-size: 15px;
letter-spacing: -0.02em;
}