-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Create Firefox font package #42
Comments
Fonts can be loaded using CSS. What's the point of loading fonts in an extension? I don't understand. |
There are two key points of loading fonts in an extension. First, you can write a CSS file, which contains some
Second, you need prepare font files to pack, WOFF formats would be better choice. In an extension these fonts should better put into specific folder. |
OK, but what are the benefits of this over using embedded fonts (which is what we do now)? |
This extension has benifits especially in Firefox for Android, after installation, this extension would help to some pages which used your fonts your fonts but not embedded them to make them render correctly. For example: https://en.m.wikipedia.org/wiki/O_(Cyrillic) |
I'll put this in the "some day" category. |
Now you can see their source code via an online source if you want to know about, then you will see the good point. |
Firefox is allowed to load fonts from extension, on AMO site there are some extensions contains font files to allow users that do not already have the required fonts installed on their systems, with such add-on any page which specified using Ponomar Unicode or Monomakh Unicode (or you have written specific user style) will be proper rendered on both desktop and mobile devices. One notable example is here: MathML-fonts.
You can get documents from MDN: https://developer.mozilla.org/en-US/Add-ons
The text was updated successfully, but these errors were encountered: