Google Fonts


With PRO you can use any custom fonts for text interface elements. Just specify the name of the font that is used on your page. You can also specify a global font for all labels in the player in the Fonts plugin settings.

The system fonts (Arial, Helvetica, Times, etc.) are already in the browser, others need to be enabled. Non-standard fonts can be connected in two ways:

  • in CSS manually
  • with a builder plugin that uses an API Google Fonts

Google Fonts is a large library of free fonts. There you can select the desired fonts, weight, style and specify their names separated by commas in the Plugin / Google Fonts

You can look an examples of using custom fonts in these video and audio templates.

  

How to use any other fonts

You can use other font - just connect it manually on your website using CSS. You can convert a regular font file to a web format (woff, eot, etc.) using various online services that are easy to find on the web on request web font converter

You can also get ready-made CSS code there, for example

@font-face {
   font-family: "Myfont";
   src: url("font.woff2") format("woff2"),
        url("font.woff") format("woff");
   font-weight: normal;
   font-style: normal;
}

This font in your styles will have the name Myfont - it should be specified in the player settings.


18.18.32023 © PlayerJS

Sign up free

Sign up
By signing up, you agree to Terms of Service
Login if you have an account

Restore password

Restore
Forgot email? Contact us