2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 09:00:28 +01:00

more fixes

This commit is contained in:
Hendrik Niefeld 2019-12-27 20:47:53 +01:00
parent 14ab97ec69
commit 3ce1297f4a

View File

@ -1,25 +1,25 @@
/* rubik-regular - latin */ /* rubik-regular - latin */
@font-face { @font-face {
font-family: 'Rubik'; font-family: 'Rubik';
font-display: swap;
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 */ 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 */
font-display: swap;
} }
/* rubik-700 - latin */ /* rubik-700 - latin */
@font-face { @font-face {
font-family: 'Rubik'; font-family: 'Rubik';
font-display: swap;
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 */ 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 */
font-display: swap;
} }
.rubik { .rubik {
font-family: rubik, sans-serif; font-family: Rubik, sans-serif;
} }