Compare commits
4 commits
77fa67db92
...
252c7e68c5
Author | SHA1 | Date | |
---|---|---|---|
252c7e68c5 | |||
b745e30d94 | |||
bcfe4ca920 | |||
84dd6e8b19 |
15 changed files with 21 additions and 23 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 © Marcel Kapfer <opensource@mmk2410.org>
|
* 2020-2021 © Marcel Kapfer <opensource@mmk2410.org>
|
||||||
* Licensed under the MIT License
|
* Licensed under the MIT License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -205,7 +205,7 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: "Hermit", monospace;
|
font-family: "JetBrains Mono", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
|
|
@ -30,3 +30,5 @@
|
||||||
<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,45 +40,41 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/**************
|
/**************
|
||||||
* Hermit
|
* JetBrains Mono
|
||||||
**************/
|
**************/
|
||||||
|
|
||||||
/* hermit */
|
/* JetBrains Mono Regular */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Hermit';
|
font-family: 'JetBrains Mono';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('Hermit'),
|
src: local('JetBrains Mono'),
|
||||||
url('/fonts/Hermit-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
url('/fonts/JetBrainsMono-Regular.woff2') format('woff2');
|
||||||
url('/fonts/Hermit-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hermit italic */
|
/* JetBrains Mono Regular Italic */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Hermit';
|
font-family: 'JetBrains Mono';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('Hermit'),
|
src: local('JetBrains Mono Italic'),
|
||||||
url('/fonts/Hermit-RegularItalic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
url('/fonts/JetBrainsMono-RegularItalic.woff2') format('woff2');
|
||||||
url('/fonts/Hermit-RegularItalic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hermit bold */
|
/* JetBrains Mono Bold */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Hermit';
|
font-family: 'JetBrains Mono';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: local('Hermit'),
|
src: local('JetBrains Mono Bold'),
|
||||||
url('/fonts/Hermit-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
url('/fonts/JetBrainsMono-Bold.woff2') format('woff2');
|
||||||
url('/fonts/Hermit-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hermit bold italic */
|
/* JetBrains Mono Bold Italic italic */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Hermit';
|
font-family: 'JetBrains Mono';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: local('Hermit'),
|
src: local('JetBrains Mono Bold Italic'),
|
||||||
url('/fonts/Hermit-BoldItalic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
url('/fonts/JetBrainsMono-BoldItalic.woff2') format('woff2');
|
||||||
url('/fonts/Hermit-BoldItalic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
static/fonts/JetBrainsMono-Bold.woff2
Normal file
BIN
static/fonts/JetBrainsMono-Bold.woff2
Normal file
Binary file not shown.
BIN
static/fonts/JetBrainsMono-BoldItalic.woff2
Normal file
BIN
static/fonts/JetBrainsMono-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/JetBrainsMono-Regular.woff2
Normal file
BIN
static/fonts/JetBrainsMono-Regular.woff2
Normal file
Binary file not shown.
BIN
static/fonts/JetBrainsMono-RegularItalic.woff2
Normal file
BIN
static/fonts/JetBrainsMono-RegularItalic.woff2
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue