mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
font display, overscroll color
This commit is contained in:
parent
25c21049ca
commit
c2fe667404
@ -26,4 +26,4 @@ We are happy to work with [NLnet Foundation][nlnet-foundation]{: target="_blank"
|
|||||||
*Feel free to contact us with any kind of feedback.* From criticism and praise to contributions or support, everything is welcome. Get in touch.
|
*Feel free to contact us with any kind of feedback.* From criticism and praise to contributions or support, everything is welcome. Get in touch.
|
||||||
|
|
||||||
[hioffen@posteo.de](mailto:hioffen@posteo.de)
|
[hioffen@posteo.de](mailto:hioffen@posteo.de)
|
||||||
[Email GPG Key](/theme/74B041E23DB29D552644CEB1B18C633D6967FE3F.asc){: target="_blank"}
|
[GPG Key](/theme/74B041E23DB29D552644CEB1B18C633D6967FE3F.asc){: target="_blank"}
|
||||||
|
@ -82,8 +82,6 @@ TYPO AND LAYOUT ELEMENTS
|
|||||||
body {
|
body {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
/* overscroll color */
|
|
||||||
background-color: #39352A;
|
|
||||||
}
|
}
|
||||||
/* Custom Tachyons class */
|
/* Custom Tachyons class */
|
||||||
.f25 {
|
.f25 {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* rubik-regular - latin */
|
/* rubik-regular - latin */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Rubik';
|
font-family: 'Rubik';
|
||||||
font-display: swap;
|
font-display: block;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('Rubik'), local('Rubik-Regular'),
|
src: local('Rubik'), local('Rubik-Regular'),
|
||||||
@ -12,7 +12,7 @@
|
|||||||
/* rubik-700 - latin */
|
/* rubik-700 - latin */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Rubik';
|
font-family: 'Rubik';
|
||||||
font-display: swap;
|
font-display: block;
|
||||||
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'),
|
||||||
|
@ -32,7 +32,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</head>
|
</head>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<body class="{{ template }} f5 rubik lh-copy fnt-cclr-mid-black cclr-dark-white">
|
<body class="{{ template }} f5 rubik lh-copy fnt-cclr-mid-black cclr-mid-black">
|
||||||
|
<div class="cclr-dark-white">
|
||||||
<div class="menu w-100 cclr-mid-yellow">
|
<div class="menu w-100 cclr-mid-yellow">
|
||||||
<section class="nav-bar">
|
<section class="nav-bar">
|
||||||
<div class="nav-container">
|
<div class="nav-container">
|
||||||
@ -157,5 +158,6 @@
|
|||||||
<script src="/{{ ASSET_URL }}"></script>
|
<script src="/{{ ASSET_URL }}"></script>
|
||||||
{% endassets %}
|
{% endassets %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user