forked from j62/ctbrec
43 lines
1.7 KiB
CSS
43 lines
1.7 KiB
CSS
/* ===================================================================
|
|
* fonts.scss)
|
|
*
|
|
* ------------------------------------------------------------------- */
|
|
|
|
/*
|
|
* Libre Baskerville
|
|
================================================================================ */
|
|
@font-face {
|
|
font-family: "librebaskerville-regular";
|
|
src: url("../fonts/librebaskerville/librebaskerville-regular-webfont.woff2") format("woff2"), url("../fonts/librebaskerville/librebaskerville-regular-webfont.woff") format("woff");
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "librebaskerville-italic";
|
|
src: url("../fonts/librebaskerville/librebaskerville-italic-webfont.woff2") format("woff2"), url("../fonts/librebaskerville/librebaskerville-italic-webfont.woff") format("woff");
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "librebaskerville-bold";
|
|
src: url("../fonts/librebaskerville/librebaskerville-bold-webfont.woff2") format("woff2"), url("../fonts/librebaskerville/librebaskerville-bold-webfont.woff") format("woff");
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
/*
|
|
* Montserrat
|
|
================================================================================ */
|
|
@font-face {
|
|
font-family: "montserrat-regular";
|
|
src: url("../fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-regular-webfont.woff") format("woff");
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "montserrat-bold";
|
|
src: url("../fonts/montserrat/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-bold-webfont.woff") format("woff");
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|