From fbe75d5c62a6d0d442d5ed38038384a9d049bba7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 14 Sep 2020 15:00:49 +0100 Subject: [PATCH] Extra css font --- epicyon-blog.css | 7 +++++++ epicyon-calendar.css | 7 +++++++ epicyon-follow.css | 7 +++++++ epicyon-login.css | 7 +++++++ epicyon-options.css | 7 +++++++ epicyon-search.css | 7 +++++++ epicyon-suspended.css | 7 +++++++ 7 files changed, 49 insertions(+) diff --git a/epicyon-blog.css b/epicyon-blog.css index 46dfd30fc..1dc8e7aec 100644 --- a/epicyon-blog.css +++ b/epicyon-blog.css @@ -45,6 +45,13 @@ --focus-color: white; } +@font-face { + font-family: 'Bedstead'; + font-style: italic; + font-weight: normal; + font-display: block; + src: url('./fonts/bedstead.otf') format('opentype'); +} @font-face { font-family: 'Bedstead'; font-style: normal; diff --git a/epicyon-calendar.css b/epicyon-calendar.css index 9c11fd0cb..8d369ec8f 100644 --- a/epicyon-calendar.css +++ b/epicyon-calendar.css @@ -16,6 +16,13 @@ --focus-color: white; } +@font-face { + font-family: 'Bedstead'; + font-style: italic; + font-weight: normal; + font-display: block; + src: url('./fonts/bedstead.otf') format('opentype'); +} @font-face { font-family: 'Bedstead'; font-style: normal; diff --git a/epicyon-follow.css b/epicyon-follow.css index ed7aca1ed..1e255985d 100644 --- a/epicyon-follow.css +++ b/epicyon-follow.css @@ -33,6 +33,13 @@ --focus-color: white; } +@font-face { + font-family: 'Bedstead'; + font-style: italic; + font-weight: normal; + font-display: block; + src: url('./fonts/bedstead.otf') format('opentype'); +} @font-face { font-family: 'Bedstead'; font-style: normal; diff --git a/epicyon-login.css b/epicyon-login.css index 1a02de7a6..19a2a040b 100644 --- a/epicyon-login.css +++ b/epicyon-login.css @@ -22,6 +22,13 @@ --focus-color: white; } +@font-face { + font-family: 'Bedstead'; + font-style: italic; + font-weight: normal; + font-display: block; + src: url('./fonts/bedstead.otf') format('opentype'); +} @font-face { font-family: 'Bedstead'; font-style: normal; diff --git a/epicyon-options.css b/epicyon-options.css index 328a39ffc..73894aa84 100644 --- a/epicyon-options.css +++ b/epicyon-options.css @@ -35,6 +35,13 @@ --focus-color: white; } +@font-face { + font-family: 'Bedstead'; + font-style: italic; + font-weight: normal; + font-display: block; + src: url('./fonts/bedstead.otf') format('opentype'); +} @font-face { font-family: 'Bedstead'; font-style: normal; diff --git a/epicyon-search.css b/epicyon-search.css index eda0516de..92ed3217e 100644 --- a/epicyon-search.css +++ b/epicyon-search.css @@ -35,6 +35,13 @@ --focus-color: white; } +@font-face { + font-family: 'Bedstead'; + font-style: italic; + font-weight: normal; + font-display: block; + src: url('./fonts/bedstead.otf') format('opentype'); +} @font-face { font-family: 'Bedstead'; font-style: normal; diff --git a/epicyon-suspended.css b/epicyon-suspended.css index 03ddc7dc2..4a5d03304 100644 --- a/epicyon-suspended.css +++ b/epicyon-suspended.css @@ -22,6 +22,13 @@ --focus-color: white; } +@font-face { + font-family: 'Bedstead'; + font-style: italic; + font-weight: normal; + font-display: block; + src: url('./fonts/bedstead.otf') format('opentype'); +} @font-face { font-family: 'Bedstead'; font-style: normal;