2 Commits

Author SHA1 Message Date
9d961ad678 update changelog
All checks were successful
Build an image to deploy website / build (push) Successful in 4m2s
2024-02-07 15:53:34 +01:00
d60785d799 change font so it displays across all recent browsers 2024-02-07 15:44:51 +01:00
3 changed files with 11 additions and 4 deletions

3
.changes/2.3.0.md Normal file
View File

@@ -0,0 +1,3 @@
## 2.3.0 - 2024-02-07
### Fixed
* Font fixed to work across browsers

View File

@@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## 2.3.0 - 2024-02-07
### Fixed
* Font fixed to work across browsers
## 2.2.0 - 2024-02-01
### Fixed
* Styling of workflow header in english page

View File

@@ -66,11 +66,11 @@ $yellow: #fcc958;
}
body{
font-family: 'Lato', serif;
font-family: 'Arial', serif;
.highlight {
padding: .5rem;
font-family: 'Trocchi', serif;
font-size: 2rem;
padding: .25rem;
//font-family: 'Trocchi', serif;
//font-size: 2rem;
}
.highlight-1 {
background-color: $chill-green;