Skip to content

Commit 62c2c17

Browse files
silverwindzeripathlafriks
authored
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: #11818 Fixes: #11814 Co-authored-by: zeripath <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent 9fc9c1d commit 62c2c17

23 files changed

+21
-954
lines changed

.ignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/vendor
22
/public/vendor/plugins
3-
/public/vendor/assets
43
/modules/options/bindata.go
54
/modules/public/bindata.go
65
/modules/templates/bindata.go

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"fast-glob": "3.2.2",
2121
"file-loader": "6.0.0",
2222
"fomantic-ui": "2.8.6",
23+
"font-awesome": "4.7.0",
2324
"jquery": "3.5.1",
2425
"jquery.are-you-sure": "1.9.0",
2526
"less-loader": "6.1.0",

public/vendor/assets/font-awesome/LICENSE

Lines changed: 0 additions & 97 deletions
This file was deleted.

public/vendor/assets/font-awesome/css/LICENSE

Lines changed: 0 additions & 7 deletions
This file was deleted.

public/vendor/assets/font-awesome/css/font-awesome.min.css

Lines changed: 0 additions & 4 deletions
This file was deleted.
Binary file not shown.

public/vendor/assets/font-awesome/fonts/LICENSE

Lines changed: 0 additions & 97 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)