Although we do provide a list of fonts for you to choose for your widget, you might happen to need a custom code.
If that is the case, add the code below to Custom CSS field on your Audio Player widget’s Style tab:
.global-style,
[class*='Playlist__Component'],
[class*='FloatingBar__StyledPlaylist'],
[class*='FloatingBar__Container'],
[class*='Small__Component-sc'],
[class*='Mobile__ButtonWrapper-sc'],
[class*='Mobile__InfoContainer-sc'],
[class*='ProgressBar__Component-sc'] {
font-family: Calibri;
}
You’re welcome to set any other font, providing it is supported by your browser and added to your website.