Compare commits
2 commits
9475df0914
...
2c6602e3b2
Author | SHA1 | Date | |
---|---|---|---|
2c6602e3b2 | |||
8be91ee3d9 |
5 changed files with 6 additions and 23 deletions
|
@ -27,26 +27,9 @@
|
|||
@use 'parts/_zola-error.scss';
|
||||
|
||||
@font-face {
|
||||
src: local('Inter'),
|
||||
url('fonts/Inter4.woff2') format("woff2");
|
||||
/* Copyright 2016 The Inter Project Authors (https://github.com/rsms/inter). Licensed under the SIL Open Font License, Version 1.1. More information available at: http://scripts.sil.org/OFL */
|
||||
font-family: 'Inter';
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
src: local('Source Serif'),
|
||||
url('fonts/SourceSerif4Variable-Roman.ttf.woff2') format("woff2");
|
||||
/* Copyright 2014 - 2023 Adobe (http://www.adobe.com/), with Reserved Font Name ‘Source’.adobe.com/). Licensed under the SIL Open Font License, Version 1.1. More information available at: http://scripts.sil.org/OFL */
|
||||
font-family: 'Source Serif';
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
src: local('Cascadia Code'),
|
||||
url('fonts/CascadiaCode-SemiLight.woff2') format("woff2");
|
||||
/* Copyright 2019 - Present, Microsoft Corporation, with Reserved Font Name 'Cascadia Code'. Licensed under the SIL Open Font License, Version 1.1. More information available at: http://scripts.sil.org/OFL */
|
||||
font-family: 'Cascadia Code';
|
||||
src: local('Hack'),
|
||||
url('fonts/HackNerdFontMono-Regular.ttf') format("truetype");
|
||||
font-family: 'Hack';
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
|
@ -97,9 +80,9 @@
|
|||
--small-layout-width: 200px;
|
||||
--paragraph-spacing: max(2.3vmin, 24px);
|
||||
|
||||
--sans-serif-font: 'Inter', Helvetica, Arial, sans-serif;
|
||||
--serif-font: 'Source Serif', 'Georgia', serif;
|
||||
--code-font: 'Cascadia Code';
|
||||
--sans-serif-font: 'Hack', Helvetica, Arial, sans-serif;
|
||||
--serif-font: 'Hack', 'Georgia', serif;
|
||||
--code-font: 'Hack';
|
||||
|
||||
scrollbar-color: var(--primary-color) transparent;
|
||||
accent-color: var(--primary-color);
|
||||
|
|
BIN
themes/tabi-lean/static/fonts/HackNerdFontMono-Bold.ttf
Normal file
BIN
themes/tabi-lean/static/fonts/HackNerdFontMono-Bold.ttf
Normal file
Binary file not shown.
BIN
themes/tabi-lean/static/fonts/HackNerdFontMono-BoldItalic.ttf
Normal file
BIN
themes/tabi-lean/static/fonts/HackNerdFontMono-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
themes/tabi-lean/static/fonts/HackNerdFontMono-Italic.ttf
Normal file
BIN
themes/tabi-lean/static/fonts/HackNerdFontMono-Italic.ttf
Normal file
Binary file not shown.
BIN
themes/tabi-lean/static/fonts/HackNerdFontMono-Regular.ttf
Normal file
BIN
themes/tabi-lean/static/fonts/HackNerdFontMono-Regular.ttf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue