Compare commits
No commits in common. "252c7e68c5678edd5799466bad21777e44fe23e3" and "77fa67db9288c9b11680a97682b9ea8cff5567fe" have entirely different histories.
252c7e68c5
...
77fa67db92
15 changed files with 23 additions and 21 deletions
|
@ -3,7 +3,7 @@
|
||||||
* nextDESIGN is a personal web design for mmk2410.org.
|
* nextDESIGN is a personal web design for mmk2410.org.
|
||||||
* The current version (v9) is focused in simplicity and minimalism.
|
* The current version (v9) is focused in simplicity and minimalism.
|
||||||
*
|
*
|
||||||
* 2020-2021 © Marcel Kapfer <opensource@mmk2410.org>
|
* 2020 © Marcel Kapfer <opensource@mmk2410.org>
|
||||||
* Licensed under the MIT License
|
* Licensed under the MIT License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -205,7 +205,7 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: "JetBrains Mono", monospace;
|
font-family: "Hermit", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
|
|
@ -30,5 +30,3 @@
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ .Site.BaseURL }}/favicon/favicon-72.png">
|
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ .Site.BaseURL }}/favicon/favicon-72.png">
|
||||||
<link rel="apple-touch-icon-precomposed" href="{{ .Site.BaseURL }}/favicon/favicon.png">
|
<link rel="apple-touch-icon-precomposed" href="{{ .Site.BaseURL }}/favicon/favicon.png">
|
||||||
<link rel="shortcut icon" href="{{ .Site.BaseURL }}/favicon/favicon.png">
|
<link rel="shortcut icon" href="{{ .Site.BaseURL }}/favicon/favicon.png">
|
||||||
|
|
||||||
<script async defer data-domain="mmk2410.org" src="https://stats.mmk2410.org/js/plausible.js"></script>
|
|
||||||
|
|
|
@ -40,41 +40,45 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/**************
|
/**************
|
||||||
* JetBrains Mono
|
* Hermit
|
||||||
**************/
|
**************/
|
||||||
|
|
||||||
/* JetBrains Mono Regular */
|
/* hermit */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'JetBrains Mono';
|
font-family: 'Hermit';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('JetBrains Mono'),
|
src: local('Hermit'),
|
||||||
url('/fonts/JetBrainsMono-Regular.woff2') format('woff2');
|
url('/fonts/Hermit-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('/fonts/Hermit-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* JetBrains Mono Regular Italic */
|
/* hermit italic */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'JetBrains Mono';
|
font-family: 'Hermit';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('JetBrains Mono Italic'),
|
src: local('Hermit'),
|
||||||
url('/fonts/JetBrainsMono-RegularItalic.woff2') format('woff2');
|
url('/fonts/Hermit-RegularItalic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('/fonts/Hermit-RegularItalic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* JetBrains Mono Bold */
|
/* hermit bold */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'JetBrains Mono';
|
font-family: 'Hermit';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: local('JetBrains Mono Bold'),
|
src: local('Hermit'),
|
||||||
url('/fonts/JetBrainsMono-Bold.woff2') format('woff2');
|
url('/fonts/Hermit-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('/fonts/Hermit-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* JetBrains Mono Bold Italic italic */
|
/* hermit bold italic */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'JetBrains Mono';
|
font-family: 'Hermit';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: local('JetBrains Mono Bold Italic'),
|
src: local('Hermit'),
|
||||||
url('/fonts/JetBrainsMono-BoldItalic.woff2') format('woff2');
|
url('/fonts/Hermit-BoldItalic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('/fonts/Hermit-BoldItalic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
}
|
}
|
||||||
|
|
BIN
static/fonts/Hermit-Bold.woff
Normal file
BIN
static/fonts/Hermit-Bold.woff
Normal file
Binary file not shown.
BIN
static/fonts/Hermit-Bold.woff2
Normal file
BIN
static/fonts/Hermit-Bold.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Hermit-BoldItalic.woff
Normal file
BIN
static/fonts/Hermit-BoldItalic.woff
Normal file
Binary file not shown.
BIN
static/fonts/Hermit-BoldItalic.woff2
Normal file
BIN
static/fonts/Hermit-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Hermit-Regular.woff
Normal file
BIN
static/fonts/Hermit-Regular.woff
Normal file
Binary file not shown.
BIN
static/fonts/Hermit-Regular.woff2
Normal file
BIN
static/fonts/Hermit-Regular.woff2
Normal file
Binary file not shown.
BIN
static/fonts/Hermit-RegularItalic.woff
Normal file
BIN
static/fonts/Hermit-RegularItalic.woff
Normal file
Binary file not shown.
BIN
static/fonts/Hermit-RegularItalic.woff2
Normal file
BIN
static/fonts/Hermit-RegularItalic.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue