2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/homepage/theme/static/css/fonts.css
2023-07-13 19:54:48 +02:00

26 lines
955 B
CSS

/* rubik-regular - latin */
@font-face {
font-family: 'Rubik';
font-display: block;
font-style: normal;
font-weight: 400;
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 */
}
/* rubik-700 - latin */
@font-face {
font-family: 'Rubik';
font-display: block;
font-style: normal;
font-weight: 700;
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;
}