Skip to content

Commit

Permalink
VUU-17: Replace TTF with WOFF
Browse files Browse the repository at this point in the history
  • Loading branch information
pling-scottlogic committed Sep 6, 2023
1 parent e96ccf5 commit 4ca634d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vuu-ui/packages/vuu-popups/src/dialog/Dialog.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-family: 'Nunito Sans OTF';
src:
url('../../../vuu-shell/src/layout-management/NunitoSans-Regular.ttf')
url('../../../vuu-shell/src/layout-management/NunitoSans-Regular.woff')
format('opentype');
font-weight: normal;
font-style: normal;
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@font-face {
font-family: 'Nunito Sans';
src:
url('NunitoSans-Regular.ttf')
url('NunitoSans-Regular.woff')
format('opentype');
font-weight: normal;
font-style: normal;
Expand Down

0 comments on commit 4ca634d

Please sign in to comment.