-
How would I go about handling fallback fonts? Say I want to "write" a string with both japanese and latin characters, but the font I loaded only contains loaded characters. Would it somehow be possibl…
-
Revised after [this comment below](https://github.com/masakudamatsu/japanese-gardens/issues/65#issuecomment-515654265)
Align Times New Roman with our typesetting.
Then set `font-display: optiona…
-
We are using MathJax v4 (currently beta) on our publishing platform and have encountered an issue with the 'mathjax-fira' font.
We have observed that when the 'mathjax-fira' font is loaded from the…
-
easy way to set multiple fonts as fallback for missing characters. or is this already possible but missing something ?
-
Bringing fonts into the binary creates more distribution burdens and legal risks. I suppose exposing an interface on the system interface to make the process of searching and loading system fonts auto…
-
It seems that [CSS Font Module](https://www.w3.org/TR/css-fonts-4) does not fully specifies how browsers should select an appropriate font for a grapheme if (1) a grapheme consists of a **single** Uni…
-
hello,
this app would be awesome on ARM64 devices like pi5 or anything based on RK3588,
I checked this briefly, there was a problem with frontend/Dockerfile,
```
#RUN apt-get install -y curl gi…
-
### Environment
Second Life Release 7.1.6.8745209917 (64bit)
### Description
- "genuine" emojis (in the 0x1f000-0x1ffff range), will always be rendered using the new emojis font (this solves,…
-
**Is your feature request related to a problem? Please describe.**
To improve lighthouse performance I need a way to add a font-display property to the fonts that are being loaded via SpeedKit Fonts…
-
Can Gruff support fallback fonts?
I know about setting font like:
graph.font = Rails.root.join("app", "assets", "fonts", "SourceHanSans-Regular.ttf").to_s
and this will cover CJK for me but in this…