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
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
Currently, font-family in some places is hard-coded to PT Serif, Serif. Therefore, if you want to use a different font for your own need, it's not possible unless:
Feature request
What problem does this feature solve?
Currently, font-family in some places is hard-coded to
PT Serif, Serif
. Therefore, if you want to use a different font for your own need, it's not possible unless:I believe both of the approaches are not elegant.
What does the proposed API look like?
Allow to override
$font-family-serif
inindex.styl
orpalette.styl
like:How should this be implemented in your opinion?
Some hard-coded place like:
will be changed to
Are you willing to work on this yourself?
Yes
The text was updated successfully, but these errors were encountered: