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
I'm trying to use FontAwesome and WeatherIcons to more easily have scalable icons.
However, the PRCE window seems to report things in the current browser font's characters.
It'd be nicer if unicode characters were simply reported as "\u" + value. (As you can do in the JSON file)
It's impossible to discern what each unknown symbol is.
There also doesn't appear to be any way to remove a secondary config without removing the entire resource.
Lastly, as reported in issue #174 , only ONE config is imported PER font resource.
The text was updated successfully, but these errors were encountered:
Your last two points will be dealt with by PR #224 . As for the first point (about unicode characters), CloudPebble does use the font that you upload, as you can see here:
but it doesn't work with WeatherIcons. The reason is that CloudPebble shows you a preview of all of the following characters abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789~!@#$%^& *()_+[]{}\\|;:\'"<>?
but WeatherIcons doesn't use any of these code points for its glyphs.
I'm trying to use FontAwesome and WeatherIcons to more easily have scalable icons.
However, the PRCE window seems to report things in the current browser font's characters.
It'd be nicer if unicode characters were simply reported as "\u" + value. (As you can do in the JSON file)
It's impossible to discern what each unknown symbol is.
There also doesn't appear to be any way to remove a secondary config without removing the entire resource.
Lastly, as reported in issue #174 , only ONE config is imported PER font resource.
The text was updated successfully, but these errors were encountered: