You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: