mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
add rubik font
This commit is contained in:
parent
cd6ee2ef1f
commit
c9a5ffcce3
@ -1,31 +1,23 @@
|
||||
/* rubik-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Noto Sans';
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: url("/theme/fonts/Noto-Sans-400/Noto-Sans-400.eot");
|
||||
src: url("/theme/fonts/Noto-Sans-400/Noto-Sans-400.eot?#iefix") format("embedded-opentype"), local("Noto Sans"), local("Noto-Sans-400"), url("/theme/fonts/Noto-Sans-400/Noto-Sans-400.woff2") format("woff2"), url("/theme/fonts/Noto-Sans-400/Noto-Sans-400.woff") format("woff"), url("/theme/fonts/Noto-Sans-400/Noto-Sans-400.ttf") format("truetype"), url("/theme/fonts/Noto-Sans-400/Noto-Sans-400.svg#NotoSans") format("svg")
|
||||
font-family: 'Rubik';
|
||||
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: 'Noto Sans';
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
src: url("/theme/fonts/Noto-Sans-700/Noto-Sans-700.eot");
|
||||
src: url("/theme/fonts/Noto-Sans-700/Noto-Sans-700.eot?#iefix") format("embedded-opentype"), local("Noto Sans Bold"), local("Noto-Sans-700"), url("/theme/fonts/Noto-Sans-700/Noto-Sans-700.woff2") format("woff2"), url("/theme/fonts/Noto-Sans-700/Noto-Sans-700.woff") format("woff"), url("/theme/fonts/Noto-Sans-700/Noto-Sans-700.ttf") format("truetype"), url("/theme/fonts/Noto-Sans-700/Noto-Sans-700.svg#NotoSans") format("svg")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Noto Sans';
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
src: url("/theme/fonts/Noto-Sans-italic/Noto-Sans-italic.eot");
|
||||
src: url("/theme/fonts/Noto-Sans-italic/Noto-Sans-italic.eot?#iefix") format("embedded-opentype"), local("Noto Sans Italic"), local("Noto-Sans-italic"), url("/theme/fonts/Noto-Sans-italic/Noto-Sans-italic.woff2") format("woff2"), url("/theme/fonts/Noto-Sans-italic/Noto-Sans-italic.woff") format("woff"), url("/theme/fonts/Noto-Sans-italic/Noto-Sans-italic.ttf") format("truetype"), url("/theme/fonts/Noto-Sans-italic/Noto-Sans-italic.svg#NotoSans") format("svg")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Noto Sans';
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
src: url("/theme/fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot");
|
||||
src: url("/theme/fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot?#iefix") format("embedded-opentype"), local("Noto Sans Bold Italic"), local("Noto-Sans-700italic"), url("/theme/fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2") format("woff2"), url("/theme/fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff") format("woff"), url("/theme/fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf") format("truetype"), url("/theme/fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg#NotoSans") format("svg")
|
||||
font-family: 'Rubik';
|
||||
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;
|
||||
}
|
@ -1,4 +1,7 @@
|
||||
Copyright 2018 The Noto Project Authors (github.com/googlei18n/noto-fonts)
|
||||
Rubik-Regular.ttf: Copyright 2015 The Rubik Project Authors (meir@sadan.com)
|
||||
Rubik-Italic.ttf: Copyright 2015 The Rubik Project Authors (meir@sadan.com)
|
||||
Rubik-Medium.ttf: Copyright 2015 The Rubik Project Authors (meir@sadan.com)
|
||||
Rubik-MediumItalic.ttf: Copyright 2015 The Rubik Project Authors (meir@sadan.com)
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License,
|
||||
Version 1.1.
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 1.8 MiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 1.7 MiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
homepage/theme/static/fonts/rubik-v9-latin-500.ttf
Normal file
BIN
homepage/theme/static/fonts/rubik-v9-latin-500.ttf
Normal file
Binary file not shown.
BIN
homepage/theme/static/fonts/rubik-v9-latin-500.woff
Normal file
BIN
homepage/theme/static/fonts/rubik-v9-latin-500.woff
Normal file
Binary file not shown.
BIN
homepage/theme/static/fonts/rubik-v9-latin-500.woff2
Normal file
BIN
homepage/theme/static/fonts/rubik-v9-latin-500.woff2
Normal file
Binary file not shown.
BIN
homepage/theme/static/fonts/rubik-v9-latin-regular.ttf
Normal file
BIN
homepage/theme/static/fonts/rubik-v9-latin-regular.ttf
Normal file
Binary file not shown.
BIN
homepage/theme/static/fonts/rubik-v9-latin-regular.woff
Normal file
BIN
homepage/theme/static/fonts/rubik-v9-latin-regular.woff
Normal file
Binary file not shown.
BIN
homepage/theme/static/fonts/rubik-v9-latin-regular.woff2
Normal file
BIN
homepage/theme/static/fonts/rubik-v9-latin-regular.woff2
Normal file
Binary file not shown.
@ -22,8 +22,11 @@
|
||||
<link rel="canonical" href="{{ SITEURL }}/{{ href }}">
|
||||
{% endif %}
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/theme/images/favicon.ico">
|
||||
<link rel="stylesheet" href="/theme/css/tachyons.min.css">
|
||||
<link rel="stylesheet" href="/theme/css/fix.css">
|
||||
<link rel="stylesheet" type="text/css" href="/theme/css/tachyons.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/theme/css/fix.css">
|
||||
<link rel="stylesheet" type="text/css" href="/theme/css/fonts.css">
|
||||
<link rel="preload" href="/theme//fonts/rubik-v9-latin-regular.woff2" as="font">
|
||||
<link rel="preload" href="/theme//fonts/rubik-v9-latin-500.woff2" as="font">
|
||||
<!--
|
||||
{% assets filters="libsass,postcss,cssmin", output="css/style.min.css", "css/normalize.css", "css/fonts.css", "css/style.scss" %}
|
||||
<link rel="stylesheet" href="/{{ ASSET_URL }}">
|
||||
@ -34,7 +37,7 @@
|
||||
{% endif %}
|
||||
</head>
|
||||
{% endblock %}
|
||||
<body class="{{ template }} f5 sans-serif lh-copy fnt-cclr-mid-black cclr-dark-white">
|
||||
<body class="{{ template }} f5 rubik lh-copy fnt-cclr-mid-black cclr-dark-white">
|
||||
<!-- Menu ######################################################### -->
|
||||
<div class="menu w-100 cclr-mid-yellow"> <!-- menu -->
|
||||
<section class="nav-bar">
|
||||
@ -81,7 +84,7 @@
|
||||
<div class="w-100 cclr-mid-yellow"> <!--cta-bottom-->
|
||||
<div class="pt3 pb6 ph3" id="bg-cta-bottom">
|
||||
<div class="mw8 center">
|
||||
<div class="flex flex-wrap justify-around">
|
||||
<div class="flex flex-wrap justify-center">
|
||||
<div class="w55 mh3 pt5 tc">
|
||||
<h2 class="f25 lh-solid ma0 mb3">
|
||||
Participate
|
||||
@ -107,7 +110,7 @@
|
||||
Ethical internet
|
||||
</h2>
|
||||
<p class="ma0 mb3">
|
||||
We're working hard to ensure that Offen is independent, cutting-edge and can be sustained for years to come.
|
||||
We're working hard to ensure that Offen is independent and can be sustained for years to come.
|
||||
</p>
|
||||
<a class="b link dim ph4 pv2 dib b--solid bw2 brd-cclr-mid-black fnt-cclr-mid-black" href="{{ PATREON_URL }}" rel="noopener" target="_blank">Support us</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user