Topic: Embed Fonts Simple Viewer Pro svmanager
I am currently using font-face in CSSto use a custom font throughout the site. I am using svmanager and simple viewer pro. Here is my CSS.
@font-face { font-family: Futura; src: url('fonts/FuturaStd-Book.otf'); }
body.custom { font-family: Futura, 'Arimo', Helvetica, "Trebuchet MS", Arial, sans-serif; }
Is there a way to "call" the font in the simple viewer pro settings while in svmanager?
In other words. How do get my font to work in simple viewer pro/svmanager? Thanks!