public/styles/base/_fonts.scss (27 lines of code) (raw):
// -----------------------------------------------------------------------------
// This file contains all @font-face declarations
// -----------------------------------------------------------------------------
@font-face {
font-family: "Guardian Agate Sans";
src: url("../fonts/GuardianAgateSans1Web-Regular.woff2") format("woff2"),
url("../fonts/GuardianAgateSans1Web-Regular.woff") format("woff"),
url("../fonts/GuardianAgateSans1Web-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: "Guardian Agate Sans";
src: url("../fonts/GuardianAgateSans1Web-Bold.woff2") format("woff2"),
url("../fonts/GuardianAgateSans1Web-Bold.woff") format("woff"),
url("../fonts/GuardianAgateSans1Web-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: "Guardian Egyptian Text";
src: url("../fonts/GuardianTextEgyptianWeb-Regular.woff2") format("woff2"),
url("../fonts/GuardianTextEgyptianWeb-Regular.woff") format("woff"),
url("../fonts/GuardianTextEgyptianWeb-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
font-stretch: normal;
}