All Collections
Embed
Embed Font Customization for Wix Websites
Embed Font Customization for Wix Websites

Wix websites are built with themes and widget skins that can over ride the style settings of Gigwell's embedded Rosters and Profiles.

Frances Zibulski avatar
Written by Frances Zibulski
Updated over a week ago

Once your embedded Roster or Profile is appearing on your Wix website, but you would like to change the font, simply add this line of code to your embed:

## This is the line of code you are adding:

style="font-family: Open Sans, Helvetica Neue, Arial, sans-serif"

## Here is where to add your code (underneath agency):

<!-- Place this tag where you want the roster to render. -->
<gigwell-embedded-roster
        agency=""
        style="font-family: Open Sans, Helvetica Neue, Arial, sans-serif"
        button-text-color=""

## Leave everything else as is, save changes.


This customization will change the font back to the Gigwell default, Open Sans, but you replace this with the font of your choice if you don't want to change your widget skin.

Did this answer your question?