Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/bigspring-hugo-startup-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_typography.scss')
-rw-r--r--assets/scss/_typography.scss68
1 files changed, 0 insertions, 68 deletions
diff --git a/assets/scss/_typography.scss b/assets/scss/_typography.scss
index 33efeb6..6016f1b 100644
--- a/assets/scss/_typography.scss
+++ b/assets/scss/_typography.scss
@@ -1,73 +1,5 @@
/* typography */
-// Include Lato font from Google CDN - better performance
-@if $font-hosting == 'google' {
- @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
-}
-
-// Include Lato font from local server - better GDPR compliance
-@if $font-hosting == 'local' {
- /* lato-regular - latin-ext_latin */
- @font-face {
- font-family: 'Lato';
- font-style: normal;
- font-weight: 400;
- src: url('/fonts/lato-v17-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
- src: local('Lato Regular'), local('Lato-Regular'),
- url('/fonts/lato-v17-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('/fonts/lato-v17-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
- url('/fonts/lato-v17-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
- url('/fonts/lato-v17-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
- url('/fonts/lato-v17-latin-ext_latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
- font-display: swap;
- }
-
- /* lato-italic - latin-ext_latin */
- @font-face {
- font-family: 'Lato';
- font-style: italic;
- font-weight: 400;
- src: url('/fonts/lato-v17-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
- src: local('Lato Italic'), local('Lato-Italic'),
- url('/fonts/lato-v17-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('/fonts/lato-v17-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
- url('/fonts/lato-v17-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
- url('/fonts/lato-v17-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
- url('/fonts/lato-v17-latin-ext_latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
- font-display: swap;
- }
-
- /* lato-700 - latin-ext_latin */
- @font-face {
- font-family: 'Lato';
- font-style: normal;
- font-weight: 700;
- src: url('/fonts/lato-v17-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
- src: local('Lato Bold'), local('Lato-Bold'),
- url('/fonts/lato-v17-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('/fonts/lato-v17-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
- url('/fonts/lato-v17-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
- url('/fonts/lato-v17-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
- url('/fonts/lato-v17-latin-ext_latin-700.svg#Lato') format('svg'); /* Legacy iOS */
- font-display: swap;
- }
-
- /* lato-700italic - latin-ext_latin */
- @font-face {
- font-family: 'Lato';
- font-style: italic;
- font-weight: 700;
- src: url('/fonts/lato-v17-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
- src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
- url('/fonts/lato-v17-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('/fonts/lato-v17-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
- url('/fonts/lato-v17-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
- url('/fonts/lato-v17-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
- url('/fonts/lato-v17-latin-ext_latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
- font-display: swap;
- }
-}
-
body {
line-height: 1.2;
font-family: $primary-font;