diff --git a/assets/fonts/Executive-55Regular.woff b/assets/fonts/Executive-55Regular.woff new file mode 100644 index 0000000..99eaf84 Binary files /dev/null and b/assets/fonts/Executive-55Regular.woff differ diff --git a/assets/fonts/Executive-56Italic.woff b/assets/fonts/Executive-56Italic.woff new file mode 100644 index 0000000..e70c795 Binary files /dev/null and b/assets/fonts/Executive-56Italic.woff differ diff --git a/assets/fonts/Executive-65Medium.woff b/assets/fonts/Executive-65Medium.woff new file mode 100644 index 0000000..16c2373 Binary files /dev/null and b/assets/fonts/Executive-65Medium.woff differ diff --git a/assets/fonts/Executive-66MediumIt.woff b/assets/fonts/Executive-66MediumIt.woff new file mode 100644 index 0000000..31f7584 Binary files /dev/null and b/assets/fonts/Executive-66MediumIt.woff differ diff --git a/assets/fonts/System-Bold.woff2 b/assets/fonts/System-Bold.woff2 new file mode 100755 index 0000000..d041a01 Binary files /dev/null and b/assets/fonts/System-Bold.woff2 differ diff --git a/assets/fonts/System-BoldItalic.woff2 b/assets/fonts/System-BoldItalic.woff2 new file mode 100755 index 0000000..0ca3899 Binary files /dev/null and b/assets/fonts/System-BoldItalic.woff2 differ diff --git a/assets/fonts/System-Medium.woff2 b/assets/fonts/System-Medium.woff2 new file mode 100755 index 0000000..10541f0 Binary files /dev/null and b/assets/fonts/System-Medium.woff2 differ diff --git a/assets/fonts/System-MediumItalic.woff2 b/assets/fonts/System-MediumItalic.woff2 new file mode 100755 index 0000000..db78574 Binary files /dev/null and b/assets/fonts/System-MediumItalic.woff2 differ diff --git a/assets/fonts/stylesheet.css b/assets/fonts/stylesheet.css new file mode 100644 index 0000000..95bf8b1 --- /dev/null +++ b/assets/fonts/stylesheet.css @@ -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; +} \ No newline at end of file diff --git a/site/snippets/header.php b/site/snippets/header.php index 465fdce..6f19a1f 100644 --- a/site/snippets/header.php +++ b/site/snippets/header.php @@ -4,6 +4,7 @@ +