Skip to content
Snippets Groups Projects
Unverified Commit 4834171e authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

docs - note on hosting GitHub fonts (#23899)

parent b026e9a9
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,14 @@ For latin text, we'd copy the relevant src URLs for each style, in this case:
And paste those URLS in the relevant input fields in **Admin settings** > **Settings** > **Appearance** > **Font** section where it says "Tell us where to find the file for each font weight. You don’t need to include all of them, but it’ll look better if you do."
## Hosting fonts on GitHub
If you host a font on GitHub, the font should be in a public repository, and you'll need to link to the raw font file. The URL should end with `?raw=true`, like in this fake link:
```
https://github.com/username/repo/blob/main/fontfile.woff2?raw=true
```
## Supporting multiple languages
To support multiple character sets, for example both Latin and Cyrillic, you'll need to merge font files.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment