diff --git a/homepage/content/articles/0250-temp.md b/homepage/content/articles/0250-temp.md deleted file mode 100644 index 672b77d..0000000 --- a/homepage/content/articles/0250-temp.md +++ /dev/null @@ -1,13 +0,0 @@ -title: # -description: # -date: 2023-06-16 -slug: temp -url: /blog/temp/ -sitemap_priority: 0.6 -image_url: /theme/images/offen-blog-0240-instant-access.jpg -author: Hendrik Niefeld -bottom_cta: protocol - -# Episode Fourteen — temp - -... diff --git a/homepage/theme/static/css/fonts.css b/homepage/theme/static/css/fonts.css index 9016b65..6c3e169 100644 --- a/homepage/theme/static/css/fonts.css +++ b/homepage/theme/static/css/fonts.css @@ -4,8 +4,8 @@ font-display: block; font-style: normal; font-weight: 400; - src: local('Rubik'), local('Rubik-Regular'), - url('../fonts/rubik-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + src: local('Rubik'), local('Rubik-Regular'); + src: url('../fonts/rubik-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/rubik-v9-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/rubik-v9-latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */ } @@ -15,11 +15,11 @@ font-display: block; font-style: normal; font-weight: 700; - src: local('Rubik Bold'), local('Rubik-Bold'), - url('../fonts/rubik-v9-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ + src: local('Rubik Bold'), local('Rubik-Bold'); + src: url('../fonts/rubik-v9-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/rubik-v9-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/rubik-v9-latin-500.ttf') format('truetype'); /* Safari, Android, iOS */ } .rubik { font-family: Rubik, sans-serif; -} \ No newline at end of file +}