This commit is contained in:
parent
0ab67c40b9
commit
1570d62287
10 changed files with 58 additions and 0 deletions
BIN
assets/fonts/Executive-55Regular.woff
Normal file
BIN
assets/fonts/Executive-55Regular.woff
Normal file
Binary file not shown.
BIN
assets/fonts/Executive-56Italic.woff
Normal file
BIN
assets/fonts/Executive-56Italic.woff
Normal file
Binary file not shown.
BIN
assets/fonts/Executive-65Medium.woff
Normal file
BIN
assets/fonts/Executive-65Medium.woff
Normal file
Binary file not shown.
BIN
assets/fonts/Executive-66MediumIt.woff
Normal file
BIN
assets/fonts/Executive-66MediumIt.woff
Normal file
Binary file not shown.
BIN
assets/fonts/System-Bold.woff2
Executable file
BIN
assets/fonts/System-Bold.woff2
Executable file
Binary file not shown.
BIN
assets/fonts/System-BoldItalic.woff2
Executable file
BIN
assets/fonts/System-BoldItalic.woff2
Executable file
Binary file not shown.
BIN
assets/fonts/System-Medium.woff2
Executable file
BIN
assets/fonts/System-Medium.woff2
Executable file
Binary file not shown.
BIN
assets/fonts/System-MediumItalic.woff2
Executable file
BIN
assets/fonts/System-MediumItalic.woff2
Executable file
Binary file not shown.
57
assets/fonts/stylesheet.css
Normal file
57
assets/fonts/stylesheet.css
Normal 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;
|
||||||
|
}
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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" 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">
|
<meta name="robots" content="noindex,nofollow">
|
||||||
<title>
|
<title>
|
||||||
<?php if ($page->isHomePage() == false): ?>
|
<?php if ($page->isHomePage() == false): ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue