36 lines
879 B
SCSS
36 lines
879 B
SCSS
@font-face {
|
|
font-family: "Equity A";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
font-display: auto;
|
|
src: url("data:font/woff2;base64," + $equity-a-regular) format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Equity A";
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
font-display: auto;
|
|
src: url("data:font/woff2;base64," + $equity-a-italic) format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Equity A";
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-stretch: normal;
|
|
font-display: auto;
|
|
src: url("data:font/woff2;base64," + $equity-a-bold) format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Equity A";
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
font-stretch: normal;
|
|
font-display: auto;
|
|
src: url("data:font/woff2;base64," + $equity-a-bold-italic) format("woff2");
|
|
}
|