First time here? Check out the FAQ!
I want change component in all pages and link font from google font
Using link directive to link a google font in a zul.
If you just want to change the font for one or several components in the whole application, you can still override their built-in css like:
.z-combobox-input{
font-family: yourFont;
}
If you want to change the font used in all components, it's better to build a custom ZK theme, please follow the readme in zkThemeTemplate. Then change the variable below to change all font family used in all components and produce a custom theme jar and include the theme jar in your project and switch to the custom theme:
@baseTitleFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
Asked: 2021-02-08 13:15:25 +0800
Seen: 5 times
Last updated: Feb 17
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]