1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Change font to Roboto to support more charsets (#9803)

This commit is contained in:
Lauris BH
2020-01-25 23:47:42 +02:00
committed by GitHub
parent 1703a63da6
commit 59510d6227
33 changed files with 44 additions and 1842 deletions

View File

@@ -487,6 +487,7 @@ fomantic: node-check $(FOMANTIC_DEST_DIR)
$(FOMANTIC_DEST_DIR): semantic.json web_src/fomantic/theme.config.less | node_modules
cp web_src/fomantic/theme.config.less node_modules/fomantic-ui/src/theme.config
cp web_src/fomantic/_site/globals/* node_modules/fomantic-ui/src/_site/globals/
npx gulp -f node_modules/fomantic-ui/gulpfile.js build
.PHONY: css