-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Nodesto font files to 5e, v3 #2061
Conversation
This is good as-is. I'll merge this so we have the fonts, and we can add CSS styling in a separate PR when we actually have a snippet to apply it to. We can keep it in V3 for now. Does anyone else want to be a second eye to verify that this works? I don't have my laptop to check this at the moment. |
I'll take a look! |
I'm getting this error when trying to run but it's bound to be unrelated: |
|
It might be helpful for future maintenance to add a |
Firefox definitely looks better on my end but the font still isn't right. |
Good call, unfortunately they're in the build folder and in the build folder's |
Hard refresh your browser/clear cache so it can pull in the new CSS file? |
It took my firefox a full night to refresh so that the new font pulled in, whereas my Chrome updated after like 5 minutes. To be fair, i gave up on FF after like 15 minutes and went to bed. This is why I'm not super excited about creating themes |
I'm not sure why Chrome isn't working. It seems the Edit:
|
My dev settings disable the cache by default, also tried the "Empty Cache and Hard Reload" and it didn't help.
A solution to this could be to update the url we use for |
I'm all for anything that speeds up development in the Styles/Themes department, particularly as Swappable Themes come into play. Maybe i finally get off my duff and work on the 'old journal/notebook' theme @calculuschild is asking me about :) |
@Gazook89 The issue with Also note from his screenshot that the font itself is not loading (you can see the shapes of the characters are totally different). The .woff2 files here are not valid font files. When I try to edit them using a font editor it says "the font is not valid, as the head table is missing". I had to re-convert the font to get it to load at all. (And you need the |
I'll upload the valid font files now... We'll have to figure out the stroke as well once this becomes a snippet.... |
I might actually be able to "union" the characters in these font files so any stray lines and contours are all joined into one contour. Would fix the stroke artifacts. |
With the latest commit I have confirmed the font is loading correctly for me! |
Ok, I just need to make the same fixes for the For future reference, the process for fixing these using FontCreator 14.0: |
It's looking great for me! |
Cool. @Gazook89 Thanks! 💯 🎉 👍 🥇 |
Simply adds the 'Nodesto Caps Condensed' fonts (regular, italic, bold, & bold italic) to the available fonts for v3. Fonts are from this repo.
I skipped Legacy for now but can add them if needed. I wasn't sure if we wanted to the same files copied twice into this repo (one for each v3 and Legacy folders), or just point Legacy fonts to the v3 folder?
I also did not add any snippet to use this font, or assign it to any existing element in the style sheet. I had thought that something like this (below) in v3 could work but will wait for any feedback on it before going ahead. This can also be done in a different PR, too.
And the snippet, in the Text Editor snippet menu:
font-size
hasn't been measured.TODO: