-
由于 Hyper OS 的`SystemUI`更改了部分实现,使用空字体模块时,里面对`system.prop`添加到`ro.miui.ui.font.mi_font_path=null`会导致`SystemUI`无法正常启动。所以以下给出两个方法保证字体生效。
1. 关闭系统优化,这样会回退到和原生安卓类似的机制,不需要再额外修改了(不推荐)
2. 修改模块文件,覆盖系统所有自定义的字体和f…
-
你好,我的应用中有自定义字体,字体放在根目录fonts下,pubspec.yaml的配置如下,其中FlutterRemix是自定义字体,应用运行在安卓上,能正确显示字体,但编译成小程序后无法显示,请问这个问题怎么解决呢?
```
flutter:
uses-material-design: true
fonts:
- family: FlutterRemix
…
-
Reproduction:
util/hb-subset --gids-file gids.txt test/subset/data/fonts/Roboto-Regular.abc.ttf -o out.ttf
Errors with: "hb-subset: gids.txt: Failed loading font face"
While:
util/hb-subset --…
-
As proposed by @cpsievert, we could make it very easy to set font families by letting `typography.{base,headings,monospace}` take a string that we'd map to the `family` property.
```yaml
typogra…
-
_Possibly a duplicate of https://github.com/googlefonts/roboto-flex/issues/427_
A user wrote in,
>> we've been using Roboto Light Italic as the typeface for Pinyin, which allows individuals who ca…
-
* Your issue is based on the latest commit
YES
* State your OS and OS version
macOS Sequoia 15.0
I am trying to use the api to create custom PDF file from scratch, not using the .json or the C…
-
Installing it (at least on Pixel) changes the font into Roboto rather than the fonts in the folder
-
**User Story**
As a user, I’d like to use locally stored Google Fonts on the front end instead of the online ones
**Acceptance Criteria**
- The feature will rewrite the Google Fonts paths into the lo…
-
I created a simple example from the official site of Nuxt font.
https://stackblitz.com/~/github.com/neobutter/nuxt-font-woff2
If you run this project, you will see that you are downloading WOFF …
-
1. Is it really necessary to load both the regular and the bold versions of the font when loading the local version. We dont do that when we load the google version.
2. The local version is massive…