
My Font Choice — Peter Brand
Enforces your choice of fonts as set in browser settings for Serif / San-serif etc. Preserves Icon-glyph fonts if possible.
1 uporabnik1 uporabnik
Metapodatki o razširitvi
O tej razširitvi
Scans Stylesheets & inline styles for font-family, removes everything except the generic sans-serif, serif, monospace, or any font containing the word "icons" (to preserve links to icon-glyph fonts). Effect is same as disabling "Allow sites to use their own fonts", but allows icon-glyph fonts to be used.
Ocena 3,7 (3 mnenja)
Dovoljenja in podatkiVeč o tem
Zahtevana dovoljenja:
- dostopa do vaših podatkov za vsa spletna mesta
Več informacij
- Povezave dodatka
- Različica
- 1.6
- Velikost
- 12,3 KB
- Zadnja posodobitev
- pred 3 leti (15. apr. 2023)
- Sorodne kategorije
- Licenca
- Mozilla Public License 2.0
- Zgodovina različic
- Dodaj v zbirko
Opombe ob izdaji 1.6
Short answer: If any stylesheet is unavailable because of CORS, then fall back to setting font-family on every element on the page
Longer Explanation: Many sites load their stylesheets from sub-domains or other sites. Those are unavailable to scripts because of Cross-site Origin security. Since this extension cant then modify the stylesheet, it takes the longer route of modifying each element on the page that can contain text to specify the sans-serif font family.
Longer Explanation: Many sites load their stylesheets from sub-domains or other sites. Those are unavailable to scripts because of Cross-site Origin security. Since this extension cant then modify the stylesheet, it takes the longer route of modifying each element on the page that can contain text to specify the sans-serif font family.