Would be great to have a Custom Typeface option! ![]()
Hi there, @Laurin_Wagner and welcome to the Community ![]()
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 ![]()
Hey Max thanks for the fast response. ![]()
It there a way to upload the custom font or how should this work?
Best
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:

Keep in mind, that this font should also be installed on your website ![]()