2025-01-02 13:15:06 -05:00
|
|
|
@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");
|
2025-01-01 23:31:50 -05:00
|
|
|
}
|