mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 05:52:41 +08:00
We now replace the user agent string used to perform font inlining with a Windows one. This is because Google fonts will including hinting in fonts for Windows. Hinting is a technique used with Windows files to improve appearance however results in 20-50% larger file sizes, however this will make the fonts display correctly on all platforms. More information about this can be found in: - https://fonts.google.com/knowledge/glossary/hinting - https://glyphsapp.com/learn/hinting-manual-truetype-hinting - http://google3/java/com/google/fonts/css/OpenSansWebFontsCssBuilder.java?l=22 Closes #22248