mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
25 lines
954 B
CSS
25 lines
954 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'),
|
|
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'),
|
|
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;
|
|
} |