Commit0f26b9d2Recorded31 Mar 2026Repositorysigil-web-styles
Move typography before palette so font imports come first in CSS
Changed
src/sigil/web/styles.sgl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)Diff
src/sigil/web/styles.sglmodified
@@ -70,9 +70,9 @@
70
(apply css->string 71
(append 72
(list+73
(typography-styles) 74
(palette->css-vars palette) 75
(reset-styles)−75
(typography-styles) 76
(nav-styles) 77
(layout-styles) 78
(footer-styles)