getgrav / getgrav/grav-theme-learn2
No italics in demo/skeleton version
- Dominant language
- SCSS
- Stars
- 79
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
I wasn't seeing italics in the skeleton version of this theme, and after a lot of poking around I think the solution is as simple as changing this line in user/themes/learn2/scss/theme/_fonts.scss:
`@import url(//fonts.googleapis.com/css?family=Montserrat:400|Muli:300,400|Inconsolata);`
to
`@import url(//fonts.googleapis.com/css?family=Montserrat:400|Muli:300,300italic,400,400italic|Inconsolata);`
Contributor guide
No contributing guide indexed for this repository
Research direction
Open user/themes/learn2/scss/theme/_fonts.scss and inspect the Google Fonts import used by the skeleton theme. Verify the requested font variants are included, then confirm that italic text renders in the demo/skeleton version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scss
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100