[CODE] self-host google fonts
This commit is contained in:
parent
853074ecd0
commit
eb502eceae
50 changed files with 167 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue