Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhangyu1818/wx-font-reset
微信页面字体大小还原
https://github.com/zhangyu1818/wx-font-reset
Last synced: about 1 month ago
JSON representation
微信页面字体大小还原
- Host: GitHub
- URL: https://github.com/zhangyu1818/wx-font-reset
- Owner: zhangyu1818
- Created: 2020-07-22T04:07:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T04:11:26.000Z (over 4 years ago)
- Last Synced: 2024-11-29T00:05:54.339Z (about 1 month ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wx-font-reset
微信字体设置太大,导致rem布局错乱,需要还原微信页面字体大小,才能正常显示
```js
import resetFont from 'wx-font-reset';resetFont();
```