Skip to content

Commit

Permalink
fix error and display of unknown font weight on success page (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
elvece authored Dec 6, 2022
1 parent 4bb7998 commit 92cd85b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/projects/setup-wizard/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@
src: url('/assets/fonts/Open_Sans/OpenSans-Bold.ttf');
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: url('/assets/fonts/Open_Sans/OpenSans-Bold.ttf');
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
Expand Down

0 comments on commit 92cd85b

Please sign in to comment.