grav-theme-learn2 icon indicating copy to clipboard operation
grav-theme-learn2 copied to clipboard

No italics in demo/skeleton version

Open raymondjohnson opened this issue 9 years ago • 0 comments

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);

raymondjohnson avatar May 28 '16 07:05 raymondjohnson