Skip to content

Commit

Permalink
Merge pull request #946 from openeuropa/EWPP-1467
Browse files Browse the repository at this point in the history
EWPP-1467: Fix font name issue.
  • Loading branch information
upchuk authored Sep 23, 2021
2 parents 9aafc0e + 66eaeb2 commit e5ee058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/components/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Apply global css.

body {
font-family: map.get(theme.$font-family, 'default');
font-family: #{map.get(theme.$font-family, 'default')};
margin: 0;
padding: 0;
}
Expand Down

0 comments on commit e5ee058

Please sign in to comment.