Skip to content

Commit

Permalink
Changes titles to use main theme font variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jagabomb committed May 8, 2024
1 parent a0ef8a3 commit 4d92c2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/hugo-refresh/assets/fresh/partials/_sections.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Section Styles
height: 75vh !important;
}
.title, .subtitle {
font-family: 'Open Sans', sans-serif;
font-family: $fontMainPage, sans-serif;

}
.subtitle {
Expand All @@ -32,7 +32,7 @@ Section Styles
max-width: 500px;
margin: 0 auto;
.title, .subtitle {
font-family: 'Open Sans', sans-serif;
font-family: $fontMainPage, sans-serif;

}
.subtitle {
Expand Down
3 changes: 3 additions & 0 deletions themes/hugo-refresh/assets/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ $loadingImage: "{{- $img.Permalink | relURL }}"
@import "bulma/bulma"
@import "fresh/core"

h1, h2, h3, h4, h5, h6
font-family: $fontMainPage

a
color: #30BA78
&:hover
Expand Down

0 comments on commit 4d92c2e

Please sign in to comment.