By default there are following font family rules used in Konsta UI:
-apple-system, SF Pro Text, SF UI Text, system-ui, Helvetica Neue, Helvetica, Arial, sans-serif
Roboto, system-ui, Noto, Helvetica, Arial, sans-serif
You can override them in your styles @theme
declaration in the following way:
@theme {
--font-ios: my-ios-font;
--font-material: my-material-font;
}