You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is a problem when I try to use fill weight for some icons.
To Reproduce
Import Phosphor using the script <script src="https://unpkg.com/phosphor-icons"></script>.
Some icons would not render, for example:
<i class="ph-text-bolder-fill"></i>
<i class="ph-text-h-fill"></i>
Screenshots
Desktop (please complete the following information):
OS: Windows 10
Browser: Chrome
Version: 98.0.4758.102
Additional context
I didn't try to render all the icons. Extensive research and debugging may be needed to find all the icons that don't render when using the Phosphor by the font.
The text was updated successfully, but these errors were encountered:
Thanks for the report. I've done some digging, and it looks like we are overflowing the Unicode Private Use Area range in our icon font, and the broken glyphs all happen to align with the codepoints for diacritics, non-printing characters, and other special characters that are not displayed correctly. For visibility, the broken icons as best I can tell are:
Describe the bug
There is a problem when I try to use fill weight for some icons.
To Reproduce
<script src="https://unpkg.com/phosphor-icons"></script>
.<i class="ph-text-bolder-fill"></i>
<i class="ph-text-h-fill"></i>
Screenshots
![image](https://user-images.githubusercontent.com/21171252/154768166-83b2ac1f-6b87-4fc3-ae1d-17aa1d4f06bf.png)
Desktop (please complete the following information):
Additional context
I didn't try to render all the icons. Extensive research and debugging may be needed to find all the icons that don't render when using the Phosphor by the font.
The text was updated successfully, but these errors were encountered: