You can download the attachment, extract to folder templates/jf_event-up/css/fonts. In template.css, add:
@font-face {
font-family: 'champignonregular';
src: url('fonts/champignon-webfont.eot');
src: url('fonts/champignon-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/champignon-webfont.woff2') format('woff2'),
url('fonts/champignon-webfont.woff') format('woff'),
url('fonts/champignon-webfont.ttf') format('truetype'),
url('fonts/champignon-webfont.svg#champignonregular') format('svg');
font-weight: normal;
font-style: normal;
}
modify:
#slidecaption .slideSloganText .last {
color: #961b81;
}
to:
#slidecaption .slideSloganText .last {
color: #961b81;
font-family: 'champignonregular';
}
joomfreak