Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Current »

It is possible to select icon family using a profile setting.

This possibility exist in version 5.1 and later.

Configuration

In profile.config select icon family. Two font families are supported:

<!-- Options are FontAwsome, Material -->
<SiteIconFamily>Material</SiteIconFamily>

Material options

Material icons comes in 5 themes. Select theme in site.variables.less by adding the below variable:

/* 'Material Icons','Material Icons Outlined','Material Icons Round','Material Icons Two-Tone','Material Icons Sharp' */
@material-icon-font-family: 'Material Icons Two-Tone';

Custom icons

For custom icons see https://signifikant.atlassian.net/wiki/spaces/ASKB/pages/521043970/Using+custom+icons+in+web+viewer?src=search

  • No labels