Skip to content

Commit

Permalink
chore(fonts): update Lato fonts to point to 1.0.17 (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaknas authored Jun 14, 2024
1 parent 49b6213 commit a19740e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/common/BaseAnnotator.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
@font-face {
font-weight: normal;
font-family: 'Lato';
font-style: normal;
src: local('Lato Regular'), local('Lato-Regular'), url('https://cdn01.boxcdn.net/fonts/1.0.2/lato/Lato-Regular.woff2') format('woff2'), url('https://cdn01.boxcdn.net/fonts/1.0.2/lato/Lato-Regular.woff') format('woff');
}

@font-face {
font-weight: bold;
font-family: 'Lato';
font-style: normal;
src: local('Lato Bold'), local('Lato-Bold'), url('https://cdn01.boxcdn.net/fonts/1.0.2/lato/Lato-Bold.woff2') format('woff2'), url('https://cdn01.boxcdn.net/fonts/1.0.2/lato/Lato-Bold.woff') format('woff');
}

@import '~box-ui-elements/es/elements/common/fonts';
@import '~box-ui-elements/es/styles/variables';

.ba {
Expand Down

0 comments on commit a19740e

Please sign in to comment.