2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

fix font css

This commit is contained in:
Hendrik Niefeld 2023-07-13 19:54:48 +02:00
parent f4e46ce32b
commit 482f627a42
2 changed files with 5 additions and 18 deletions

View File

@ -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
...

View File

@ -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;
}
}