Hi,
Any idea how I can force our own font to display in the OnePage2 ?
In another template I used this code in the custom CSS document:
@font-face {
font-family: 'EuclidFlex-Regular';
src: url('../fonts/EuclidFlex-Regular-WebS.eot');
src:
url('../fonts/EuclidFlex-Regular-WebS.woff') format('woff'),
url('../fonts/EuclidFlex-Regular-WebS.woff2') format('woff2');
src: url('../fonts/EuclidFlex-Regular-WebXL.eot');
src:
url('../fonts/EuclidFlex-Regular-WebXL.woff') format('woff'),
url('../fonts/EuclidFlex-Regular-WebXL.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
This doesn't seem to work here.
Any thoughts?
Sean