add fonts
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 8s

This commit is contained in:
Julie Blanc 2025-12-19 12:33:59 +01:00
parent 16d9851535
commit 53b6355baf
21 changed files with 385 additions and 132 deletions

View file

@ -0,0 +1,57 @@
/* Executive - Regular */
@font-face {
font-family: "Executive";
src: url("Executive-55Regular.woff") format("woff");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Executive";
src: url("Executive-56Italic.woff") format("woff");
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: "Executive";
src: url("Executive-65Medium.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Executive";
src: url("Executive-66MediumIt.woff") format("woff");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "System";
src: url("System-Medium.woff2") format("woff2");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "System";
src: url("System-MediumItalic.woff2") format("woff2");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: "System";
src: url("System-Bold.woff2") format("woff2");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "System";
src: url("System-BoldItalic.woff2") format("woff2");
font-weight: 600;
font-style: italic;
}