summaryrefslogtreecommitdiffstats
path: root/web_src/fonts
Commit message (Collapse)AuthorAgeFilesLines
* Remove Noto Color Emoji fallback (#13838)silverwind2020-12-042-201/+0
| | | | | It's causing browser errors logged in Firefox under certain circumstances, and I think we're better off recommending Linux users to install a proper emoji font into their system.
* Fonts rework (#12114)silverwind2020-07-062-0/+201
- 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>