First time here? Check out the FAQ!
How to change font family in zk9?
How large scope do you want to change? the whole app, one page, one specific component in all pages, or one specific component in one specific page?
For the one component in one page, you can just override the default zk CSS class like
.z-label{
font-family: myfont;
}
Asked: 2021-02-07 18:44:16 +0800
Seen: 7 times
Last updated: Feb 08
Components below the fold are clickable when using modal window
Spring security login after server reload
ZK9 internationalization java.lang.IllegalStateException
Anybody know how add label inside menupopup grid?
How to change language from menupopup column of grid?
[Announcement] ZK 9.0.1 Freshly is ready for testing
How to close the Browser Window Tab using ZK framework? [closed]
And how to change component in all pages and link font from google font
Sukkasem ( 2021-02-08 13:13:42 +0800 )edit