From a19740e46b836d982c3a659669d19d4dbe0ac54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Naskr=C4=99ski?= <36169811+jaknas@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:13:53 +0200 Subject: [PATCH] chore(fonts): update Lato fonts to point to 1.0.17 (#711) --- src/common/BaseAnnotator.scss | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/common/BaseAnnotator.scss b/src/common/BaseAnnotator.scss index a5f1ff82e..d7b45ee9d 100644 --- a/src/common/BaseAnnotator.scss +++ b/src/common/BaseAnnotator.scss @@ -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 {