Steps to Reproduce
add atlantic theme dependency
load any zul file with a different theme enabled (e.g. iceblue_c)
Current Result
Expected Result
the google font should only be added when atlantic theme is active
Debug Information
The AtlanticXXThemeProviders always add this google font.
https://github.com/zkoss/atlantic/blob/master/src/org/zkoss/theme/atlantic/AtlanticEEThemeProvider.java
A fix should leverage ZK-4771 (once implemented).
Workaround
will disable google font for all themes
<library-property> <name>org.zkoss.theme.atlantic.useGoogleFont.disabled</name> <value>true</value> </library-property>