At some point u added @font-face to all theme css files. The relative path of the fonts -> "/font/" will be in a conflict because the style will be injected in the "start.html" but the materialize.min.css file (../client.gwt/css/materialize.min.css) which included the same fonts, will have another path.
At some point u added @font-face to all theme css files. The relative path of the fonts -> "/font/" will be in a conflict because the style will be injected in the "start.html" but the materialize.min.css file (../client.gwt/css/materialize.min.css) which included the same fonts, will have another path.