summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrii-Moshenskyi <andrii.moshenskyi@gmail.com>2021-01-21 13:05:34 +0200
committerAndrii-Moshenskyi <andrii.moshenskyi@gmail.com>2021-01-21 13:05:34 +0200
commit495a964d3b03177c156eab6640514e433f3e4010 (patch)
treee5d63b99fc533ead0252fe01bea2b7c349b21702
parentb2bd4ca0d550a5c7287a04793ea9f7739c5b16df (diff)
downloadcommunity.vyos.net-495a964d3b03177c156eab6640514e433f3e4010.tar.gz
community.vyos.net-495a964d3b03177c156eab6640514e433f3e4010.zip
Remove all references to Lato font
-rw-r--r--sass/footer.sass4
-rw-r--r--sass/front-page/banner.sass2
-rw-r--r--sass/front-page/inform-columns.sass2
-rw-r--r--sass/header.sass2
-rw-r--r--sass/main.sass5
-rw-r--r--sass/settings.sass2
6 files changed, 1 insertions, 16 deletions
diff --git a/sass/footer.sass b/sass/footer.sass
index d386160..68f3640 100644
--- a/sass/footer.sass
+++ b/sass/footer.sass
@@ -63,7 +63,6 @@ footer
list-style: none
a
list-style: none
- font-family: $lato
font-weight: normal
font-size: 16px
line-height: 230%
@@ -97,7 +96,6 @@ footer
display: flex
align-items: center
p
- font-family: $lato
font-weight: normal
font-size: 13px
line-height: 16px
@@ -109,7 +107,6 @@ footer
div.footer__rights
display: flex
p, a
- font-family: $lato
font-weight: normal
font-size: 15px
line-height: 150%
@@ -142,7 +139,6 @@ footer
justify-content: space-between
div.footer__sm__developer
p, a
- font-family: $lato
font-weight: normal
font-size: 13px
line-height: 16px
diff --git a/sass/front-page/banner.sass b/sass/front-page/banner.sass
index 8cbea55..1e924c2 100644
--- a/sass/front-page/banner.sass
+++ b/sass/front-page/banner.sass
@@ -20,7 +20,6 @@ section.banner
margin-bottom: 23px
max-width: 100%
h1.banner__title
- font-family: $lato
font-weight: 800
font-size: 45px
line-height: 120%
@@ -52,7 +51,6 @@ section.banner
margin-top: 23px
align-items: center
justify-content: center
- font-family: $lato
font-weight: 900
font-size: 16px
line-height: 15px
diff --git a/sass/front-page/inform-columns.sass b/sass/front-page/inform-columns.sass
index a12befa..bc55f9d 100644
--- a/sass/front-page/inform-columns.sass
+++ b/sass/front-page/inform-columns.sass
@@ -30,7 +30,6 @@ section.inform-columns
padding-right: 19px
div.inform-column__title
h3
- font-family: $lato
font-weight: bold
font-size: 28px
line-height: 150%
@@ -65,7 +64,6 @@ section.inform-columns
justify-content: center
background: $orange
border: 1px solid $orange
- font-family: $lato
font-weight: 900
font-size: 16px
line-height: 15px
diff --git a/sass/header.sass b/sass/header.sass
index c409dab..0ae1105 100644
--- a/sass/header.sass
+++ b/sass/header.sass
@@ -28,7 +28,6 @@ header
+resp(lg)
margin-right: 16px
div.header__text
- font-family: $lato
font-weight: 500
font-size: 16px
line-height: 25px
@@ -53,7 +52,6 @@ header
+resp(sm)
display: none
a
- font-family: $lato
font-weight: 600
font-size: 15px
line-height: 14px
diff --git a/sass/main.sass b/sass/main.sass
index 6e409f8..f2d2453 100644
--- a/sass/main.sass
+++ b/sass/main.sass
@@ -1,8 +1,7 @@
@import settings.sass
-@import fonts.sass
body
- font-family: $lato, sans-serif
+ font-family: sans-serif
margin: 0
color: $black
@@ -10,14 +9,12 @@ h1, h2, h3, h4, h5, p, ul, li
margin: 0
h2
- font-family: $lato
font-weight: 800
font-size: 38px
line-height: 140%
+resp(sm)
font-size: 24px
p
- font-family: $lato
font-weight: normal
font-size: 18px
line-height: 180%
diff --git a/sass/settings.sass b/sass/settings.sass
index 136578d..9cf5631 100644
--- a/sass/settings.sass
+++ b/sass/settings.sass
@@ -1,5 +1,3 @@
-// fonts
-$lato : "Lato", "Arial", sans-serif
// colors
$white : #ffffff
$orange : #FFBE12