-
When my glyphs use the private use area, they are ignored.
The private use area starts with U+F000
-
See issue raised on: https://github.com/ecomfe/gulp-fontmin/issues/2 :+1:
-
Example, take:
```
{
"id": "F8E5E9B6-9953-46F8-84DC-CFBB11DEFFB7",
"name": "dice-1",
"codepoint": "F01CA",
"aliases": [
"die-1",
"dice-one"
],
"tags": […
-
I'm using svg2ttf via [@vusion/webfonts-generator](https://www.npmjs.com/package/@vusion/webfonts-generator) via [webfonts-loader](https://www.npmjs.com/package/webfonts-loader) via Webpack.
I noti…
-
when run `ng s` i get a lot of erros 👎 in terminal
```log
chunk {main} main.js, main.js.map (main) 2.21 kB [initial] [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 680 by…
j-Cis updated
4 years ago
-
**What happened**:
Hi:
I noted that required files that have classes definitions are not added in the final executable.
For example:
```
library.js
class MyClass {
qwe = 123
}
```
…
-
## 🔥 Issue
Hello,
I am calling `remoteConfig().fetchAndActivate()` as soon as the app launches. This is basically how I call it:
```
await remoteConfig().setConfigSett…
-
node:v10.8.0
svgtofont: v1.3.0
A fontHeight of at least than 1000 is recommended, otherwise further steps (rounding in svg2ttf) could lead to ugly results. Use the fontHeight option to scale icons…
-
## Expected Behavior
Icon font files should include all icons from Orbit.
## Current Behavior
The SVG font includes all icons, but TTF doesn't, so it seems like [svg2ttf](https://github.com/f…
-
Hello,
I'm trying to create a font from icons (3000+) and It almost works on all icons, but there is one for which I have a problem with.
So this is the input svg file
```
```
I convert i…