diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-06 07:20:11 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-06 07:20:11 -0500 |
| commit | 787ff695953fb4e13ef98118a0ac0a3ece392ab3 (patch) | |
| tree | 240b26e21c7b9ed1ec9e0361ec9ccdcdd677431d /config | |
| parent | 7401c5a2f47d52f7e820fac1bb1637e55e167083 (diff) | |
docs(content): :rocket: Fonts work, renamed files, added content from previous page
renamed blog posts without prefix, custom font renedering works, migrated communication logs to new framework
#30 #34 #35 #32
Diffstat (limited to 'config')
| -rw-r--r-- | config/_default/params.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml index 88649ca..779559c 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -169,7 +169,7 @@ # padding = "0" # footer = "none" # orientation = "stacked" - style = "justify-content-center horizontal-scrollable" + style = "justify-content-center" pane = "persona" type = "tabs" width = 100 @@ -237,9 +237,9 @@ themeOpacity = "57" darkModeShade = "20%" darkModeTint = "40%" - themeFont = "Texturina" + themeFont = "Crimson Pro, Grenze Gotisch, Texturina" themeFontPath = "/fonts" # relative path - themeFontPreload = "/fonts/crimson-pro-v24-latin-regular.woff2" + #themeFontPreload = "/fonts/crimson-pro-v24-latin-regular.woff2" fontSizeBase = "1rem" purge = false |
