Skip to content

Commit f6ecba5

Browse files
committed
Fonts rework
- 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
1 parent cd994f6 commit f6ecba5

23 files changed

+21
-954
lines changed

.ignore

-1
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

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
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

-97
This file was deleted.

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

-7
This file was deleted.

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

-4
This file was deleted.
Binary file not shown.

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

-97
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)