diff options
author | Lauris BH <lauris@nix.lv> | 2020-01-25 23:47:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-25 23:47:42 +0200 |
commit | 59510d6227962a455c8276a5f3330215fb67f747 (patch) | |
tree | 3bb7d9133953b697821a818b85eddf632d85acfe /Makefile | |
parent | 1703a63da624abfe5b227e0ae997d5a9480fef27 (diff) | |
download | gitea-59510d6227962a455c8276a5f3330215fb67f747.tar.gz gitea-59510d6227962a455c8276a5f3330215fb67f747.zip |
Change font to Roboto to support more charsets (#9803)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |