Skip to content

Commit

Permalink
Change main font from Overpass to Barlow
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 24, 2024
1 parent f468730 commit e3f19a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Dialog change log

## 2.0.0 / 2024-03-24

* Changed main font from *Overpass* to *Barlow* - its rounded edges
fit better with the rest of the design
(@thekid)
* Upgraded XP Compiler & Core - dropping support for PHP 7.0 - 7.3
(@thekid)
* Merged PR #59: Use `Collection::modify()` instead of invoking
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bundles": {
"vendor": {
"ol": "ol.css | dist/ol.js",
"fonts://display=swap": "Overpass",
"fonts://display=swap": "Barlow",
".": "src/main/js/*.js"
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/handlebars/layout.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
background-color: var(--page-color);
color: var(--text-color);
font-family: 'Overpass',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';
font-family: 'Barlow',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';
}
body.light {
Expand Down

0 comments on commit e3f19a2

Please sign in to comment.