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 /web_src/less/index.less | |
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 'web_src/less/index.less')
-rw-r--r-- | web_src/less/index.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/less/index.less b/web_src/less/index.less index 83ebefc799..33bd41e6f6 100644 --- a/web_src/less/index.less +++ b/web_src/less/index.less @@ -1,3 +1,4 @@ +@import "~font-awesome/css/font-awesome.css"; @import "./vendor/gitGraph.css"; @import "_svg"; |