Adding font-weights #7747
Unanswered
jonasbirkelof
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hello @jonasbirkelof, It seems you've also removed a bit too much of the fonts block: mkdocs-material/src/templates/base.html Lines 139 to 144 in b88d1f0 Have you confirmed that the woff2 font files do load in the browser tools networking tab? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
By default it looks like the Roboto font come with the 500, 700 and 900 weights. How do I add more weights? I have tried to override the font block paritial but htat doesn't work. It changens the
<head>
section but settingfont-weight: 100
does nothing.Beta Was this translation helpful? Give feedback.
All reactions