diff --git a/themes/tabi-lean/sass/main.scss b/themes/tabi-lean/sass/main.scss index d1470ff..f541393 100644 --- a/themes/tabi-lean/sass/main.scss +++ b/themes/tabi-lean/sass/main.scss @@ -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); diff --git a/themes/tabi-lean/static/fonts/HackNerdFontMono-Bold.ttf b/themes/tabi-lean/static/fonts/HackNerdFontMono-Bold.ttf new file mode 100644 index 0000000..d1795b6 Binary files /dev/null and b/themes/tabi-lean/static/fonts/HackNerdFontMono-Bold.ttf differ diff --git a/themes/tabi-lean/static/fonts/HackNerdFontMono-BoldItalic.ttf b/themes/tabi-lean/static/fonts/HackNerdFontMono-BoldItalic.ttf new file mode 100644 index 0000000..c737de9 Binary files /dev/null and b/themes/tabi-lean/static/fonts/HackNerdFontMono-BoldItalic.ttf differ diff --git a/themes/tabi-lean/static/fonts/HackNerdFontMono-Italic.ttf b/themes/tabi-lean/static/fonts/HackNerdFontMono-Italic.ttf new file mode 100644 index 0000000..83b81a9 Binary files /dev/null and b/themes/tabi-lean/static/fonts/HackNerdFontMono-Italic.ttf differ diff --git a/themes/tabi-lean/static/fonts/HackNerdFontMono-Regular.ttf b/themes/tabi-lean/static/fonts/HackNerdFontMono-Regular.ttf new file mode 100644 index 0000000..2dc643c Binary files /dev/null and b/themes/tabi-lean/static/fonts/HackNerdFontMono-Regular.ttf differ