-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
auchers
committed
May 22, 2020
1 parent
3307e59
commit f501332
Showing
20 changed files
with
158 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// Typography | ||
|
||
$fontRegular: "Regular"; | ||
$fontBold: "Bold"; | ||
$fontLight: "Light"; | ||
$fontBlack: "Black"; | ||
|
||
$fontSizeBase: 16px; | ||
$fontSizeLarge: $fontSizeBase * 1.618; | ||
$fontSizeXLarge: $fontSizeLarge * 1.618 * 1.618; | ||
$fontSizeSmall: $fontSizeBase / 1.618; | ||
$fontSizeXSmall: $fontSizeSmall / 1.618; | ||
|
||
// Colors | ||
|
||
$colorTextGrey: #3a3a3a; |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
@font-face { | ||
font-family: "Regular"; | ||
font-style: normal; | ||
src: url(assets/styles/fonts/SourceSansPro-Regular.ttf) | ||
format("truetype"); | ||
} | ||
@font-face { | ||
font-family: "Bold"; | ||
font-style: normal; | ||
src: url(assets/styles/fonts/SourceSansPro-Bold.ttf) | ||
format("truetype"); | ||
} | ||
@font-face { | ||
font-family: "Light"; | ||
font-style: normal; | ||
src: url(assets/styles/fonts/SourceSansPro-Light.ttf) | ||
format("truetype"); | ||
} | ||
@font-face { | ||
font-family: "Black"; | ||
font-style: normal; | ||
src: url(assets/styles/fonts/SourceSansPro-Black.ttf) | ||
format("truetype"); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters