diff options
author | silverwind <me@silverwind.io> | 2020-07-06 10:56:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 11:56:54 +0300 |
commit | 62c2c1703112390db57d163d0f0c9cfe9c7ff97f (patch) | |
tree | 3cfbdcdc3dfb5af39d6ecaea31a827c9179084d2 /package.json | |
parent | 9fc9c1de98aff0329f358753ba5b2635dd522ac3 (diff) | |
download | gitea-62c2c1703112390db57d163d0f0c9cfe9c7ff97f.tar.gz gitea-62c2c1703112390db57d163d0f0c9cfe9c7ff97f.zip |
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 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 783fa448ad..bb56e5502e 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "fast-glob": "3.2.2", "file-loader": "6.0.0", "fomantic-ui": "2.8.6", + "font-awesome": "4.7.0", "jquery": "3.5.1", "jquery.are-you-sure": "1.9.0", "less-loader": "6.1.0", |