replacing font links on header by this @import from external apis
This commit is contained in:
parent
643180e9f7
commit
6cee8f859a
|
|
@ -1,19 +1,28 @@
|
|||
@font-face {
|
||||
font-family: "montserratblack";
|
||||
@import url("https://use.typekit.net/iaa6iur.css");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
|
||||
.bigCaslon {
|
||||
font-family: "big-caslon-fb", serif;
|
||||
}
|
||||
.montserrat {
|
||||
font-family: "Montserrat", sans-serif;
|
||||
}
|
||||
|
||||
/* @font-face {
|
||||
font-family: "montserrat";
|
||||
src: url("../fonts/montserrat-black-webfont.woff2") format("woff2"),
|
||||
url("../fonts/montserrat-black-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "montserratbold";
|
||||
font-family: "montserrat";
|
||||
src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"),
|
||||
url("../fonts/montserrat-bold-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "montserratextrabold";
|
||||
font-family: "montserrat";
|
||||
src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"),
|
||||
url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
|
|
@ -60,4 +69,4 @@
|
|||
url("../fonts/montserrat-thin-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
} */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user