This is a custom build of Fomantic-UI containing only the css excluding the google font that is added by default.
This is packaged as webjar for use in your jvm-based projects.
The webjar is pushed to maven-central. Using sbt:
"com.github.eikek" % "fomantic-slim-default" % "<version>"
If you have nix
installed, run:
nix-shell --run 'sbt package'
to build the webjar, ornix-shell --run ./build.sh
to build the css files only
Without nix, install yarn, lessc and yuicompressor manually.