31 lines
661 B
CSS
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");
|
|
}
|