tabi: replace hack with jetbrains mono
This commit is contained in:
parent
beb468b3fe
commit
9e6cc0b38c
22 changed files with 7 additions and 7 deletions
|
@ -27,9 +27,9 @@
|
||||||
@use 'parts/_zola-error.scss';
|
@use 'parts/_zola-error.scss';
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
src: local('Hack'),
|
src: local('JetBrainsMono'),
|
||||||
url('fonts/HackNerdFontMono-Regular.ttf') format("truetype");
|
url('fonts/JetBrainsMonoNLNerdFont-Regular.ttf') format("truetype");
|
||||||
font-family: 'Hack';
|
font-family: 'JetBrainsMono';
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,9 +80,9 @@
|
||||||
--small-layout-width: 200px;
|
--small-layout-width: 200px;
|
||||||
--paragraph-spacing: max(2.3vmin, 24px);
|
--paragraph-spacing: max(2.3vmin, 24px);
|
||||||
|
|
||||||
--sans-serif-font: 'Hack', Helvetica, Arial, sans-serif;
|
--sans-serif-font: 'JetBrainsMono', Helvetica, Arial, sans-serif;
|
||||||
--serif-font: 'Hack', 'Georgia', serif;
|
--serif-font: 'JetBrainsMono', 'Georgia', serif;
|
||||||
--code-font: 'Hack';
|
--code-font: 'JetBrainsMono';
|
||||||
|
|
||||||
scrollbar-color: var(--primary-color) transparent;
|
scrollbar-color: var(--primary-color) transparent;
|
||||||
accent-color: var(--primary-color);
|
accent-color: var(--primary-color);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
header {
|
header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-family: 'Hack', var(--sans-serif-font);
|
font-family: 'JetBrainsMono', var(--sans-serif-font);
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header {
|
.page-header {
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
themes/tabi-lean/static/fonts/JetBrainsMonoNLNerdFont-Bold.ttf
Normal file
BIN
themes/tabi-lean/static/fonts/JetBrainsMonoNLNerdFont-Bold.ttf
Normal file
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
themes/tabi-lean/static/fonts/JetBrainsMonoNLNerdFont-Italic.ttf
Normal file
BIN
themes/tabi-lean/static/fonts/JetBrainsMonoNLNerdFont-Italic.ttf
Normal file
Binary file not shown.
BIN
themes/tabi-lean/static/fonts/JetBrainsMonoNLNerdFont-Light.ttf
Normal file
BIN
themes/tabi-lean/static/fonts/JetBrainsMonoNLNerdFont-Light.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
themes/tabi-lean/static/fonts/JetBrainsMonoNLNerdFont-Medium.ttf
Normal file
BIN
themes/tabi-lean/static/fonts/JetBrainsMonoNLNerdFont-Medium.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
themes/tabi-lean/static/fonts/JetBrainsMonoNLNerdFont-Thin.ttf
Normal file
BIN
themes/tabi-lean/static/fonts/JetBrainsMonoNLNerdFont-Thin.ttf
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue