Custom fonts doesn't work

Hey guys I'm unable to make custom fonts work. I'm using "OpenLP Lyrics interface" with OBS to show lyrics. What am I doing wrong?

Please check the screenshot of my settings. Thank you!


Comments

  • I have those fonts installed in system, so I dont need to specify any path in css.

    body {

     font-family: "CMG Sans", Helvetica, sans-serif;

    ...

    font-family uses a fallback: if CMG exists use it, if CMG not found, then use Helvetica, if no Helvetica use sans-serif.

Sign In or Register to comment.