diff options
author | silverwind | 2020-07-06 10:56:54 +0200 |
---|---|---|
committer | GitHub | 2020-07-06 11:56:54 +0300 |
commit | 62c2c1703112390db57d163d0f0c9cfe9c7ff97f (patch) | |
tree | 3cfbdcdc3dfb5af39d6ecaea31a827c9179084d2 /.ignore | |
parent | 9fc9c1de98aff0329f358753ba5b2635dd522ac3 (diff) |
Fonts rework (#12114)
- Use system fonts only for text to avoid FOUT
- Move font-awesome to npm/webpack
- Move NotoColorEmoji to web_src
- Remove presumably unneccesary 'PT Sans Narrow'
- Simplify webpack import exclusions
Fixes: https://github.com/go-gitea/gitea/issues/11818
Fixes: https://github.com/go-gitea/gitea/pull/11814
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to '.ignore')
-rw-r--r-- | .ignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ /vendor /public/vendor/plugins -/public/vendor/assets /modules/options/bindata.go /modules/public/bindata.go /modules/templates/bindata.go |