Custom Typeface

Would be great to have a Custom Typeface option! :slight_smile:

1 Like

Hi there, @Laurin_Wagner and welcome to the Community :waving_hand:

You can set any custom font using the code below in the Custom CSS field on the Settings tab of your widget’s settings:

[class^='AudioPlayer__Component'] {
  font-family: Times !important;
}

Give it a try and let me know if it worked :slightly_smiling_face:

Hey Max thanks for the fast response. :slight_smile:
It there a way to upload the custom font or how should this work?

Best

1 Like

To make the code above work on your website, you just need to replace Times with the name of the font you’d like to use:

image

Keep in mind, that this font should also be installed on your website :slightly_smiling_face: