diff --git a/login/login.css b/login/login.css index 8bd87f0..6d0c1b2 100644 --- a/login/login.css +++ b/login/login.css @@ -1,28 +1,3 @@ -@font-face { - font-family: 'Montserrat'; - src: url('chrome-extension://__MSG_@@extension_id__/fonts/Montserrat-Regular.woff2') format('woff2'); - font-weight: 400; - font-style: normal; -} -@font-face { - font-family: 'Montserrat'; - src: url('chrome-extension://__MSG_@@extension_id__/fonts/Montserrat-Medium.woff2') format('woff2'); - font-weight: 500; - font-style: normal; -} -@font-face { - font-family: 'Montserrat'; - src: url('chrome-extension://__MSG_@@extension_id__/fonts/Montserrat-SemiBold.woff2') format('woff2'); - font-weight: 600; - font-style: normal; -} -@font-face { - font-family: 'Figtree'; - src: url('chrome-extension://__MSG_@@extension_id__/fonts/Figtree-Regular.woff2') format('woff2'); - font-weight: 400; - font-style: normal; -} - :root { --icon-invert: 0.1; --icon-sepia: 0.1; diff --git a/login/twofactor.css b/login/twofactor.css index 0ecf58f..7187528 100644 --- a/login/twofactor.css +++ b/login/twofactor.css @@ -1,28 +1,3 @@ -@font-face { - font-family: 'Montserrat'; - src: url('chrome-extension://__MSG_@@extension_id__/fonts/Montserrat-Regular.woff2') format('woff2'); - font-weight: 400; - font-style: normal; -} -@font-face { - font-family: 'Montserrat'; - src: url('chrome-extension://__MSG_@@extension_id__/fonts/Montserrat-Medium.woff2') format('woff2'); - font-weight: 500; - font-style: normal; -} -@font-face { - font-family: 'Montserrat'; - src: url('chrome-extension://__MSG_@@extension_id__/fonts/Montserrat-SemiBold.woff2') format('woff2'); - font-weight: 600; - font-style: normal; -} -@font-face { - font-family: 'Figtree'; - src: url('chrome-extension://__MSG_@@extension_id__/fonts/Figtree-Regular.woff2') format('woff2'); - font-weight: 400; - font-style: normal; -} - :root { --icon-invert: 0.1; --icon-sepia: 0.1;