-
Notifications
You must be signed in to change notification settings - Fork 29
Font Rendering with @prefixed in front #84
Comments
What exactly is the problem? Do you have an example page I can access? |
I temporarily fixed it by doing this:
Basically, when its getting the FontName from the .ass file there are fonts with @ infront of the font name (like @arial) this would lead to naming the font-family css selector "with" the @ symbol in front of the name. |
As far as I can tell every place that sets the font-family CSS property will quote the font name, so there shouldn't be a problem. If your change makes it work, it sounds like even though the font file wants a font named |
Okay, I see there is some special meaning to leading |
so do i just leave my change? |
What you have will work. I think a better place to strip the leading |
There's a problem where fonts has @ in front of their names and doesnt get loaded
Example:
http://prntscr.com/dpx2ba
The text was updated successfully, but these errors were encountered: