LogoLogo
HomeNewsSupportVideos
  • Theme Builder
  • Getting Started
    • Edit a Theme
    • Edit a Mixin
    • Create New Theme
  • Concepts
    • Layout
    • Tips & Tricks
  • User Interface
    • Main Window
    • Preview
    • Browser
    • Images
    • Source Editor
    • Color Picker
    • Image Picker
    • Font Picker
    • CSS Editor
    • Export/Import Images
  • Theme Elements
    • Elements
    • Colors
    • Images
    • Fonts
    • Appearances
    • Stylesheet
    • States
    • Styles
    • Properties
    • Settings
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. User Interface

Font Picker

PreviousImage PickerNextCSS Editor

Last updated 3 years ago

Was this helpful?

The Font Picker has three tabs: Choose Font, Google Fonts, and Theme Fonts. When you are editing a theme font, only the Choose Font and Google Fonts tabs are visible. When selecting a font on a widget, only the Choose Font and Theme Fonts tabs are visible.

The Choose Font tab lets you build a font definition, the Google Fonts tab lets you choose and optionally embed a google font, and the Theme Fonts tab lets you select one of the fonts defined in the theme.

Element
Description

Font Family

Defines the list of font names to use in the theme. The browser will use the first supported font family.

Dimensions

Defines the size of the font in pixels. The Line Height is usually not needed and should be omitted.

Style

Use the Bold and Italic check boxes to specify the font-weight and the font-style. When the check boxes are in the indeterminate state, the font-weight or font-style are not added to the definition. Otherwise the font definition will have a font-weight and a font-style.

The decoration drop down lets you define the text-decoration style.

Sources

Text Shadow

Element
Description

Font Family

Selects the Google Font.

Embed as Data URI

When checked (default), the font is downloaded and embedded in the theme file as a base64 data URI.

Dimensions

Defines the size of the font in pixels. The Line Height is usually not needed and should be omitted.

Style

Use the Bold and Italic check boxes to specify the font-weight and the font-style. When the check boxes are in the indeterminate state, the font-weight or font-style are not added to the definition. Otherwise the font definition will have a font-weight and a font-style.

The decoration drop down lets you define the text-decoration style.

Text Shadow

The Theme Fonts tab is visible when selecting a font for the font property of a specific appearance.

The sources list lets you add custom font definition files (URLs) and define a new font family. See for more information.

Click to add new font and specify where the font files are located.

The dialog shown above lets you define a font family name and associate it with one or more font sources. Once defined, the new font family name can go into the Font Family field. Use the button to import a local file as an embedded base64 data font.

Here you can type a CSS font shadow definition. See . i.e. "2px 2px #ff0000".

The Google Fonts tab allows you pick one of the fonts offered by and either link the source of embed the font in the theme. We usually recommend embedding the font: it loads faster and your users will not require an open internet connection to download the font from Google.

Make sure to use both, the woff and the ttf version of web fonts to make auto sizing work properly. See for more details.

Here you can type a CSS font shadow definition. See . i.e. "2px 2px #ff0000".

Google Fonts
Tips & Tricks
Fonts
CSS text-shadow property
CSS text-shadow property
add Icon.Image