Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » Where are the font files stored?
- kccuber
-
Scratcher
1000+ posts
Where are the font files stored?
So recently I have been thinking that the Serif font in the paint editor is well, a bit mixed up. I think it was meant to be a different font but since serif shows up as Times New Roman I think this was a mistake. The dropdown also shows a different serif font. Where are the font files stored so I can see if i'm correct?
- SmartCat3
-
Scratcher
500+ posts
Where are the font files stored?
The font files are not stored in the sb3 file, they are stored on your computer. As far as I know they are stored in C
Windows/Fonts on windows
Windows/Fonts on windows- kccuber
-
Scratcher
1000+ posts
Where are the font files stored?
The font files are not stored in the sb3 file, they are stored on your computer. As far as I know they are stored in Comg i was talking about the fonts in the paint editor, they definitely arent stored on my computer!Windows/Fonts on windows
- SmartCat3
-
Scratcher
500+ posts
Where are the font files stored?
They are just fonts in CSS
like this:
like this:
font-family: sans-serif;
- Maximouse
-
Scratcher
1000+ posts
Where are the font files stored?
It's meant to be Source Serif Pro, but because of a bug the browser's default font is used. I'm trying to find the code that causes this.
- kccuber
-
Scratcher
1000+ posts
Where are the font files stored?
It's meant to be Source Serif Pro, but because of a bug the browser's default font is used. I'm trying to find the code that causes this.Ah, thought so! Thanks. Perhaps they should rename the file to Modern Serif.
- Maximouse
-
Scratcher
1000+ posts
Where are the font files stored?
You're right: they're stored as base64 data URIs in a stylesheet.The font files are not stored in the sb3 file, they are stored on your computer. As far as I know they are stored in Comg i was talking about the fonts in the paint editor, they definitely arent stored on my computer!Windows/Fonts on windows
- CST1229
-
Scratcher
1000+ posts
Where are the font files stored?
Also, for anyone wondering, the source font files themselves are stored at scratch-render-fonts.
- Maximouse
-
Scratcher
1000+ posts
Where are the font files stored?
GitHub.That's not where they're loaded from.
- han614698
-
Scratcher
1000+ posts
Where are the font files stored?
https://github.com/LLK/scratch-render-fonts/tree/master/srcGitHub.That's not where they're loaded from.
- Maximouse
-
Scratcher
1000+ posts
Where are the font files stored?
Scratch doesn't actually use those files – they're converted to base64 data URIs by webpack.https://github.com/LLK/scratch-render-fonts/tree/master/srcGitHub.That's not where they're loaded from.
- Discussion Forums
- » Questions about Scratch
-
» Where are the font files stored?




