Skip to content

Commit 28115b9

Browse files
authored
Merge pull request #1037 from vorth/new-homepage
Changing body font to sans-serif
2 parents 7a4225d + d69f652 commit 28115b9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

website/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ footer-hover-col: "#0085A1"
159159
#mobile-theme-col: "#0085A1"
160160

161161
# For any extra visual customization, you can include additional CSS files in every page on your site. List any custom CSS files here
162-
#site-css:
163-
# - "/assets/css/custom-styles.css"
162+
site-css:
163+
- "/assets/css/custom-styles.css"
164164

165165
# If you have common JavaScript files that should be included in every page, list them here
166166
#site-js:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
:root {
3+
--body-font: var(--header-font);
4+
}

0 commit comments

Comments
 (0)