Fonts

By default there are following font family rules used in Konsta UI:

  • for iOS theme: -apple-system, SF Pro Text, SF UI Text, system-ui, Helvetica Neue, Helvetica, Arial, sans-serif
  • for Material theme: 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;
}
Code licensed under MIT.
2025 © Konsta UI by nolimits4web.