mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
fix font css
This commit is contained in:
parent
f4e46ce32b
commit
482f627a42
@ -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
|
|
||||||
|
|
||||||
...
|
|
@ -4,8 +4,8 @@
|
|||||||
font-display: block;
|
font-display: block;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('Rubik'), local('Rubik-Regular'),
|
src: local('Rubik'), local('Rubik-Regular');
|
||||||
url('../fonts/rubik-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
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.woff') format('woff'), /* Modern Browsers */
|
||||||
url('../fonts/rubik-v9-latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */
|
url('../fonts/rubik-v9-latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */
|
||||||
}
|
}
|
||||||
@ -15,8 +15,8 @@
|
|||||||
font-display: block;
|
font-display: block;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: local('Rubik Bold'), local('Rubik-Bold'),
|
src: local('Rubik Bold'), local('Rubik-Bold');
|
||||||
url('../fonts/rubik-v9-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
|
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.woff') format('woff'), /* Modern Browsers */
|
||||||
url('../fonts/rubik-v9-latin-500.ttf') format('truetype'); /* Safari, Android, iOS */
|
url('../fonts/rubik-v9-latin-500.ttf') format('truetype'); /* Safari, Android, iOS */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user