Skip to content

Commit

Permalink
Regenerate files
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Oct 22, 2024
1 parent 3717ddd commit 9f4ed7f
Show file tree
Hide file tree
Showing 7 changed files with 522 additions and 94 deletions.
1 change: 1 addition & 0 deletions assets/web/css/compound-design-tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*/
@layer cpd-semantic, custom, cpd-base;

@import url("./cpd-font-fallbacks.css");
@import url("./cpd-common-base.css") layer(cpd-base) screen;
@import url("./cpd-common-semantic.css") layer(cpd-semantic) screen;
@import url("./cpd-theme-light-base.css") layer(cpd-base) screen;
Expand Down
4 changes: 2 additions & 2 deletions assets/web/css/cpd-common-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
--cpd-border-width-2: 2px;
--cpd-border-width-4: 4px;
--cpd-border-width-0-5: 0.5px;
--cpd-font-family-sans: Inter;
--cpd-font-family-mono: Inconsolata;
--cpd-font-family-sans: Inter, "Inter Fallback: Helvetica Neue", "Inter Fallback: Segoe UI", "Inter Fallback: Roboto", "Inter Fallback: Ubuntu", "Inter Fallback: Fira Sans", "Inter Fallback: Noto Sans", "Inter Fallback: Arial", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, "Fira Sans", "Noto Sans", Arial, sans-serif;
--cpd-font-family-mono: Inconsolata, ui-monospace, monospace;
--cpd-font-weight-regular: 400;
--cpd-font-weight-medium: 500;
--cpd-font-weight-semibold: 600;
Expand Down
Loading

0 comments on commit 9f4ed7f

Please sign in to comment.