This is a great piece of software! Our company brand must use a certain font. I have tried everything, linking to style sheet, locating in new folder, ect. but the font remains the same on the event description. using in style sheet:
@font-face {
font-family: 'Galaxie Polaris';
src: url('GalaxiePolaris-Medium.eot');
src: url('GalaxiePolaris-Medium.eot?#iefix') format('embedded-opentype'),
url('GalaxiePolaris-Medium.woff2') format('woff2'),
url('GalaxiePolaris-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
Any suggestions before I need to abandon, thanks.
Please Log in or Create an account to join the conversation.