From e3ef69faa3fa78af07c0f111107db8505d690fb9 Mon Sep 17 00:00:00 2001 From: Milen Dyankov Date: Fri, 16 Dec 2022 19:00:53 +0100 Subject: [PATCH] remove Lato's css --- src/css/typeface-lato.css | 129 -------------------------------------- 1 file changed, 129 deletions(-) delete mode 100644 src/css/typeface-lato.css diff --git a/src/css/typeface-lato.css b/src/css/typeface-lato.css deleted file mode 100644 index c0af678..0000000 --- a/src/css/typeface-lato.css +++ /dev/null @@ -1,129 +0,0 @@ -/* lato-100normal - latin */ -@font-face { - font-family: 'Lato'; - font-style: normal; - font-display: swap; - font-weight: 100; - src: - local('Lato Thin '), - local('Lato-Thin'), - url('./files/lato-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/lato-latin-100.woff') format('woff'); /* Modern Browsers */ -} - -/* lato-100italic - latin */ -@font-face { - font-family: 'Lato'; - font-style: italic; - font-display: swap; - font-weight: 100; - src: - local('Lato Thin italic'), - local('Lato-Thinitalic'), - url('./files/lato-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/lato-latin-100italic.woff') format('woff'); /* Modern Browsers */ -} - -/* lato-300normal - latin */ -@font-face { - font-family: 'Lato'; - font-style: normal; - font-display: swap; - font-weight: 300; - src: - local('Lato Light '), - local('Lato-Light'), - url('./files/lato-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/lato-latin-300.woff') format('woff'); /* Modern Browsers */ -} - -/* lato-300italic - latin */ -@font-face { - font-family: 'Lato'; - font-style: italic; - font-display: swap; - font-weight: 300; - src: - local('Lato Light italic'), - local('Lato-Lightitalic'), - url('./files/lato-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/lato-latin-300italic.woff') format('woff'); /* Modern Browsers */ -} - -/* lato-400normal - latin */ -@font-face { - font-family: 'Lato'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: - local('Lato Regular '), - local('Lato-Regular'), - url('./files/lato-latin-400.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/lato-latin-400.woff') format('woff'); /* Modern Browsers */ -} - -/* lato-400italic - latin */ -@font-face { - font-family: 'Lato'; - font-style: italic; - font-display: swap; - font-weight: 400; - src: - local('Lato Regular italic'), - local('Lato-Regularitalic'), - url('./files/lato-latin-400italic.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/lato-latin-400italic.woff') format('woff'); /* Modern Browsers */ -} - -/* lato-700normal - latin */ -@font-face { - font-family: 'Lato'; - font-style: normal; - font-display: swap; - font-weight: 700; - src: - local('Lato Bold '), - local('Lato-Bold'), - url('./files/lato-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/lato-latin-700.woff') format('woff'); /* Modern Browsers */ -} - -/* lato-700italic - latin */ -@font-face { - font-family: 'Lato'; - font-style: italic; - font-display: swap; - font-weight: 700; - src: - local('Lato Bold italic'), - local('Lato-Bolditalic'), - url('./files/lato-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/lato-latin-700italic.woff') format('woff'); /* Modern Browsers */ -} - -/* lato-900normal - latin */ -@font-face { - font-family: 'Lato'; - font-style: normal; - font-display: swap; - font-weight: 900; - src: - local('Lato Black '), - local('Lato-Black'), - url('./files/lato-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/lato-latin-900.woff') format('woff'); /* Modern Browsers */ -} - -/* lato-900italic - latin */ -@font-face { - font-family: 'Lato'; - font-style: italic; - font-display: swap; - font-weight: 900; - src: - local('Lato Black italic'), - local('Lato-Blackitalic'), - url('./files/lato-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */ - url('./files/lato-latin-900italic.woff') format('woff'); /* Modern Browsers */ -}