Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/web/src/assets/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
@import './ant-overrides.css';
@import './shadows.css';

/* Exclude landing page 2026 so Dust Bucer / Urbanist can apply */
#root *:not(#landing-page-2026 *),
body *:not(#landing-page-2026 *) {
/* Exclude landing page 2026 and download page so Dust Bucer / Urbanist can apply */
#root *:not(#landing-page-2026 *):not(#download-page *),
body *:not(#landing-page-2026 *):not(#download-page *) {
font-family: var(--harmony-font-family);
}

Expand Down
Loading