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
Remember that Print First CSS is a bare-bones approach. It is not a framework. A child theme takes on that responsibility.
Currently the default font is system-ui, the headings are font-weight: normal and inherit from :root, and there's no custom font included. Beware that @font-faceshould not be nested inside a selector or class.)
@font-face is not the responsibility of print-first-css!
Create a theme repo and base it on this one.
Custom fonts are not in the problem scope for Print First CSS. I'd like it to have nicely styled typography, but I'm leaving the base setup as device independant (meaning the typography will use whatever fonts your device does, hopefully).
Child themes
Not my business!
Custom fonts are not in the problem scope for Print First CSS. I'd like it to have nicely styled typography, but I'm leaving the base setup as device independant (meaning the typography will use whatever fonts your device does, hopefully).
That's a problem for child themes, like Anki programming themes.
Some current themes based off
print-first-css
...@font-face
Some font-specific stuff
Verdana
(best for screen, not print)monospace
font.The particulars
Change--font-family
and--font-family-mono
font stacksOverride— You don't need to edit these if overridingpartials/..
:_root.less
,headings.less
,code.less
, etc.--font-family-**
variables.The text was updated successfully, but these errors were encountered: