Skip to content

Commit

Permalink
IBX-2910: Fix font family in headlines (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic authored May 19, 2022
1 parent 291da87 commit 7f0d16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ $ibexa-color-complementary-strong-100: #e5edee;

// Ibexa fonts - part 1
$ibexa-font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !default;
$ibexa-font-family-headings: 'Work Sans SemiBold', sans-serif;
$ibexa-font-family-headings: 'Work Sans', sans-serif;

/* boostrap variables*/
$white: $ibexa-color-white;
Expand Down

0 comments on commit 7f0d16c

Please sign in to comment.