Skip to content

Commit

Permalink
Use lexend deca, cairo
Browse files Browse the repository at this point in the history
Signed-off-by: Celeste Horgan <[email protected]>
  • Loading branch information
celestehorgan committed Oct 26, 2020
1 parent ec25675 commit e8110ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
13 changes: 9 additions & 4 deletions assets/sass/custom.sass
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@
// Custom
$font-family-headers: "Open Sans"
$font-family-base: "Cairo"
$font-family-headers: "Lexend Deca"
$purple: #704BDB

body
font-family: $font-family-base

.logo
max-width: 200px
Expand Down Expand Up @@ -99,13 +104,13 @@ h1, h2, h3, h4, h5, h6
margin-top: 1.8rem

h1
font-weight: 600
font-size: 1.5rem
font-weight: 700
font-size: 2rem
margin-top: 6rem
margin-bottom: 1.5rem
&::before
content: ""
border-top: 10px solid #704BDB
border-top: 10px solid $purple
width: 82px
height: 10px
position: relative
Expand Down
14 changes: 7 additions & 7 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ icon = "fas fa-envelope"

[[params.fonts]]
name = "Open Sans"
sizes = [300, 400, 600, 700]
sizes = [300, 400, 600, 700, 900]
type = "sans_serif"

[[params.fonts]]
name = "Fira Mono"
sizes = [300, 400, 600, 700]
type = "monospace"
# [[params.fonts]]
# name = "Fira Mono"
# sizes = [300, 400, 600, 700]
# type = "monospace"

[[params.fonts]]
name = "Open Sans"
sizes = [100, 200, 300, 400, 500, 600, 700]
name = "Lexend Deca"
sizes = [400]
type = "heading_font"

# [[menu.main]]
Expand Down

0 comments on commit e8110ab

Please sign in to comment.