mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
commit
40f8b0c837
@ -2,5 +2,5 @@ pelican==4.5.4
|
||||
markdown==3.1.1
|
||||
git+https://github.com/miracle2k/webassets#d1f3455e383446ca4ab0c644f326ee937e68e809
|
||||
pelican-decorate-content==0.1.1
|
||||
markdown-link-attr-modifier==0.2.0
|
||||
markdown-link-attr-modifier==0.2.1
|
||||
markupsafe==2.0.1
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user