From 4df097eee94449eedc226e785afd753bb5747cc3 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Tue, 13 Jan 2026 09:19:51 -0500 Subject: revert to using system fonts (webfonts too slow) This reverts commits 098292edefb338bd9e968d32ba4502bdb3ecb5a8 fd4634688b17b4232c2b4814e9e008645493a6ee --- themes/aoidh/hugo.toml | 57 -------------------------------------------------- 1 file changed, 57 deletions(-) (limited to 'themes/aoidh/hugo.toml') diff --git a/themes/aoidh/hugo.toml b/themes/aoidh/hugo.toml index b8cf716..1410ef9 100644 --- a/themes/aoidh/hugo.toml +++ b/themes/aoidh/hugo.toml @@ -2,60 +2,3 @@ [module.hugoVersion] extended = false min = '0.146.0' - [[module.mounts]] - source = 'assets/fonts/plex/packages/plex-serif/fonts/split/woff2' - target = 'static/fonts/plex/packages/plex-serif/fonts/split/woff2' - [[module.mounts]] - source = 'assets/fonts/plex/packages/plex-mono/fonts/split/woff2' - target = 'static/fonts/plex/packages/plex-mono/fonts/split/woff2' - - # Default mounts - [[module.mounts]] - disableWatch = false - source = 'content' - target = 'content' - [module.mounts.sites] - [module.mounts.sites.complements] - [module.mounts.sites.matrix] - [[module.mounts]] - disableWatch = false - source = 'data' - target = 'data' - [module.mounts.sites] - [module.mounts.sites.complements] - [module.mounts.sites.matrix] - [[module.mounts]] - disableWatch = false - source = 'layouts' - target = 'layouts' - [module.mounts.sites] - [module.mounts.sites.complements] - [module.mounts.sites.matrix] - [[module.mounts]] - disableWatch = false - source = 'i18n' - target = 'i18n' - [module.mounts.sites] - [module.mounts.sites.complements] - [module.mounts.sites.matrix] - [[module.mounts]] - disableWatch = false - source = 'archetypes' - target = 'archetypes' - [module.mounts.sites] - [module.mounts.sites.complements] - [module.mounts.sites.matrix] - [[module.mounts]] - disableWatch = false - source = 'assets' - target = 'assets' - [module.mounts.sites] - [module.mounts.sites.complements] - [module.mounts.sites.matrix] - [[module.mounts]] - disableWatch = false - source = 'static' - target = 'static' - [module.mounts.sites] - [module.mounts.sites.complements] - [module.mounts.sites.matrix] -- cgit v1.2.3