diff options
| author | A Farzat <a@farzat.xyz> | 2025-10-20 08:25:44 +0300 | 
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2025-10-20 08:25:44 +0300 | 
| commit | 357907fa40ccf68049fb35c603e10a9915dfb06e (patch) | |
| tree | 842d9d82bf8ee718777aa7df973f993a8114a058 | |
| parent | 16f7dc9fe3501aa6dbfc825d86ab7f5a8026992b (diff) | |
| download | farzat.xyz-357907fa40ccf68049fb35c603e10a9915dfb06e.tar.gz farzat.xyz-357907fa40ccf68049fb35c603e10a9915dfb06e.zip  | |
Use bundled fonts
| -rw-r--r-- | config.toml | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 90c764d..425edcf 100644 --- a/config.toml +++ b/config.toml @@ -33,6 +33,9 @@ highlight_code = true  [extra]  # URL to website's source code  source_url = "https://cgit.farzat.xyz/sites/farzat.xyz/" +# Whether to use fonts bundled with Duckquill instead of system ones. +# Keep in mind that it also changes the style of headings. +bundled_fonts = true  [extra.nav]  # Whether to automatically hide nav when not hovered or focused  | 
