Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhangyu1818/wx-font-reset

微信页面字体大小还原
https://github.com/zhangyu1818/wx-font-reset

Last synced: about 1 month ago
JSON representation

微信页面字体大小还原

Awesome Lists containing this project

README

        

# wx-font-reset

微信字体设置太大,导致rem布局错乱,需要还原微信页面字体大小,才能正常显示

```js
import resetFont from 'wx-font-reset';

resetFont();
```