ebabx-proto/assets/css/01.fonts.css
2026-05-16 17:55:37 +02:00

31 lines
661 B
CSS

/* FONTS */
/* Apercu */
@font-face {
font-family: "Apercu";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("../fonts/Apercu-Regular.woff") format("woff");
}
@font-face {
font-family: "Apercu";
font-style: normal;
font-weight: 500;
font-display: swap;
src: url("../fonts/Apercu-Medium.woff") format("woff");
}
@font-face {
font-family: "Apercu";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("../fonts/Apercu-Bold.woff") format("woff");
}
@font-face {
font-family: "Apercu";
font-style: italic;
font-weight: 700;
font-display: swap;
src: url("../fonts/Apercu-BoldItalic.woff") format("woff");
}