grav-theme-learn2
grav-theme-learn2 copied to clipboard
No italics in demo/skeleton version
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);