add fonts
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-01-06 13:35:48 +01:00
parent 0ab67c40b9
commit 1570d62287
10 changed files with 58 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/fonts/System-Bold.woff2 Executable file

Binary file not shown.

Binary file not shown.

BIN
assets/fonts/System-Medium.woff2 Executable file

Binary file not shown.

Binary file not shown.

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;
}

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="<?= url('assets/css/style.css') ?>?version-cache-prevent<?= rand(0, 1000) ?>">
<link rel="stylesheet" type="text/css" href="/assets/fonts/stylesheet.css">
<meta name="robots" content="noindex,nofollow">
<title>
<?php if ($page->isHomePage() == false): ?>