Fini

Results 1297 comments of Fini

Ah now I see how you do it ... ![image](https://github.com/user-attachments/assets/0be98af0-6ef1-464b-9e2c-887fd9dfae18) Respect! I could not put everything into the website like this. At least this answers what are the "real" files,...

It is indeed a problem of `opentype.js`. First I tried to update it to current master (which has many unreleased fixes, notably adding CFF2 which **in principle** should support the...

To not forget my changes in `opentype.js` ### Wrong version used in parsing There are multiple versions in a font, meaning the version of the header standard. In other similar...

Dear @eigilnikolajsen > Thank you for this. I think most of the differences are due to OpenType.js being incomplete in the data it exports (or imports for that matter). I...

In principle it could use the `XDG_DATA_HOME` also, instead of assuming where `share/fonts` is, for people who have a different directory layout. ```shell # Get target root directory if [[...

Scribus seems to handle this correctly. This is only when the red squiggels are there? My VScode font setup is below, but I can not get these red things to...

This needs a better description and some explanation probably? The commit needs a better message. Suggest considering also XDG_DATA_HOME See https://github.com/githubnext/monaspace/pull/64#issuecomment-1806694950 Is noone checking existing PRs before doing their own?...

Nerd Fonts patches box drawing glyph set in ;-D ![image](https://github.com/githubnext/monaspace/assets/16012374/d5f0aaf8-2cbd-423d-8123-14b1fa5791e7) For the box drawing glyphs Monaspace would need to drop its line gap, which other persons found disturbing (Issue 21,...

Hmm, an important information bit would be which font you use. The variable `ttf` or the static `otf`. Usually such problems are hinting/subpixel rendering/antialiasing problems. Do you have the problems...