Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Use only light and semibold font weights across the whole page
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Mar 22, 2019
1 parent 974abca commit e877267
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions frontend/src/css/_agenda.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
font-style: normal;
font-variant: normal;
font-size: 18px;
font-weight: 200;
font-weight: 300;
line-height: 24px;
text-align: justify;
letter-spacing: 0.8px;
Expand All @@ -97,7 +97,7 @@
font-size: 42px;
font-style: normal;
font-variant: normal;
font-weight: 500;
font-weight: 300;
line-height: 38.4px;
margin-bottom: 20px;
color: $font-color;
Expand All @@ -109,7 +109,7 @@
font-style: normal;
font-variant: normal;
font-size: 18px;
font-weight: 200;
font-weight: 300;
line-height: 24px;
text-align: justify;
letter-spacing: 0.8px;
Expand Down Expand Up @@ -145,7 +145,7 @@
font-size: 42px;
font-style: normal;
font-variant: normal;
font-weight: 500;
font-weight: 300;
line-height: 45.0px;
margin: 0px;
color: $font-color-inverted !important;
Expand Down
16 changes: 8 additions & 8 deletions frontend/src/css/_font.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,600,300italic');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,300italic,600italic');

body {
font-family: "Source Sans Pro", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
Expand All @@ -13,7 +13,7 @@ h1, h2, h3, h4 {

h1{
font-size: 90px;
font-weight: 500;
font-weight: 600;

color: white;
text-shadow: 0px 0px 10px black;
Expand All @@ -32,7 +32,7 @@ h2 {
@include screen(small) {
font-size: 36px;
}
font-weight: 200;
font-weight: 300;
margin-top: 75px;
margin-bottom: 20px;
}
Expand All @@ -44,7 +44,7 @@ h3 {
font-size: 30px;
margin-top: 25px;
}
font-weight: 500;
font-weight: 300;
letter-spacing: 0.8px;

margin-top: 75px;
Expand All @@ -53,7 +53,7 @@ h3 {

h4 {
font-size: 26px;
font-weight: 500;
font-weight: 600;

margin-top: 20px;
margin-bottom: 10px;
Expand All @@ -77,7 +77,7 @@ div.content__block, button {
margin: 0px;

}

}

::selection{
Expand All @@ -96,7 +96,7 @@ a {
font-style: normal;
font-variant: normal;
font-size: 24px;
font-weight: 200;
font-weight: 300;
line-height: 32px;
text-align: justify;
letter-spacing: 0.8px;
Expand Down Expand Up @@ -130,7 +130,7 @@ ul {
}

.warning-title{
font-weight: 500;
font-weight: 600;
}

.text--question{
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/css/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ label {

.form-control{
border-radius: 1px;
font-weight: 401;
font-weight: 300;
font-size: 20px;
height: 50px;
&:focus{
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/css/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: 250;
font-weight: 300;
line-height: 26.4px;

height: 75px;
Expand All @@ -28,7 +28,7 @@
font-size: 20px;
font-style: normal;
font-variant: normal;
font-weight: 200;
font-weight: 300;
line-height: 26.4px;
color: $font-color-inverted;
}
Expand Down
28 changes: 14 additions & 14 deletions wordpress/gloggi-theme/files/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,600,300italic");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,300italic,600italic");
.color-green {
background-color: #539704; }

Expand Down Expand Up @@ -35,7 +35,7 @@ h1, h2, h3, h4 {

h1 {
font-size: 90px;
font-weight: 500;
font-weight: 600;
color: white;
text-shadow: 0px 0px 10px black;
text-align: center;
Expand All @@ -47,7 +47,7 @@ h1 {

h2 {
font-size: 48px;
font-weight: 200;
font-weight: 300;
margin-top: 75px;
margin-bottom: 20px; }
@media screen and (max-width: 500px) {
Expand All @@ -56,7 +56,7 @@ h2 {

h3 {
font-size: 36px;
font-weight: 500;
font-weight: 300;
letter-spacing: 0.8px;
margin-top: 75px;
margin-bottom: 10px; }
Expand All @@ -67,7 +67,7 @@ h3 {

h4 {
font-size: 26px;
font-weight: 500;
font-weight: 600;
margin-top: 20px;
margin-bottom: 10px;
text-align: left; }
Expand Down Expand Up @@ -100,7 +100,7 @@ a {
font-style: normal;
font-variant: normal;
font-size: 24px;
font-weight: 200;
font-weight: 300;
line-height: 32px;
text-align: justify;
letter-spacing: 0.8px;
Expand All @@ -126,7 +126,7 @@ ul {
color: white; }

.warning-title {
font-weight: 500; }
font-weight: 600; }

.text--question {
color: #244392; }
Expand Down Expand Up @@ -212,7 +212,7 @@ ul {
font-style: normal;
font-variant: normal;
font-size: 18px;
font-weight: 200;
font-weight: 300;
line-height: 24px;
text-align: justify;
letter-spacing: 0.8px;
Expand All @@ -222,7 +222,7 @@ ul {
font-size: 42px;
font-style: normal;
font-variant: normal;
font-weight: 500;
font-weight: 300;
line-height: 38.4px;
margin-bottom: 20px;
color: #4A4A4A;
Expand All @@ -232,7 +232,7 @@ ul {
font-style: normal;
font-variant: normal;
font-size: 18px;
font-weight: 200;
font-weight: 300;
line-height: 24px;
text-align: justify;
letter-spacing: 0.8px; }
Expand All @@ -257,7 +257,7 @@ ul {
font-size: 42px;
font-style: normal;
font-variant: normal;
font-weight: 500;
font-weight: 300;
line-height: 45.0px;
margin: 0px;
color: white !important;
Expand Down Expand Up @@ -620,7 +620,7 @@ label {

.form-control {
border-radius: 1px;
font-weight: 401;
font-weight: 300;
font-size: 20px;
height: 50px; }
.form-control:focus {
Expand Down Expand Up @@ -799,7 +799,7 @@ label {
font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: 250;
font-weight: 300;
line-height: 26.4px;
height: 75px;
margin: 0px;
Expand All @@ -818,7 +818,7 @@ label {
font-size: 20px;
font-style: normal;
font-variant: normal;
font-weight: 200;
font-weight: 300;
line-height: 26.4px;
color: white; }

Expand Down

0 comments on commit e877267

Please sign in to comment.