How do I add custom fonts to Vidyard Events?

Avatar
Evan Stewart

Overview

Sometimes the fonts built into editors just don't match company branding, or they don't have the look and feel that you need for your content. In these cases, it is beneficial to use some of your own purchased or created fonts in your events to get them looking just right.

Symptom

Text appearing in events does not match your branding or desired look.

Cause

The fonts that you are looking for are not automatically available in the Events Editor for selection, and may be brand specific.

Solution

Video walkthrough:

To add custom fonts into Vidyard Events:

  1. Add an event to your player and open the source editor in the WYSIWYG editor
  2. Add a link to the external stylesheet for the font to the editor.
    Example: <link href="https://fonts.googleapis.com/css?family=Barrio" rel="stylesheet">
  3. Add the font family to your CSS for the event to the editor ex.
    Example: 
<style>
p {
font-family:'Barrio',cursive;
}
</style>

This will then allow any text added to the event using a <p> tag to appear in the Barrio font format. 


Need support

Submit a ticket or start a chat. We'll provide a self-serve resource or connect you with our support team, available 24x5.

Chat with Our Team