You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great theme and I have only 2 suggestions. (I'm editing this to get everything in one comment.)
First, and I think this applies to all supported themes, is there is no support for math. For those interested, in _layouts/default.html, I added the following after {% include head-custom.html %}:
This works fine, but I'm not sure why something like this isn't incorporated in these themes. The 'link' is for using google fonts... see the next item.
Second, text font should not be mono. It makes reading text difficult, and it started giving me a headache. I added _assets_css/style.scss as follows. The first changes the 'p' tag to be sans-serif and the second changes the 'code' tag to be "Inconsolata", which is a google font.
This is a great theme and I have only 2 suggestions. (I'm editing this to get everything in one comment.)
{% include head-custom.html %}
:This works fine, but I'm not sure why something like this isn't incorporated in these themes. The 'link' is for using google fonts... see the next item.
It's so much easier to read the text now.
Thanks for a great theme.
The text was updated successfully, but these errors were encountered: