Our website's Wordpress theme utilizes the font Montserrat, which is properly displayed in Chrome, IE, and Safari, but is experiencing issues in Firefox. Below is the CSS styling for the font:
@font-face {
font-family: 'montserratbold';
src: url('./fonts/montserrat-bold-webfont.eot');
src: url('./fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('./fonts/montserrat-bold-webfont.woff') format('woff'),
url('./fonts/montserrat-bold-webfont.ttf') format('truetype'),
url('./fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'montserratregular';
src: url('./fonts/montserrat-regular-webfont.eot');
src: url('./fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('./fonts/montserrat-regular-webfont.woff') format('woff'),
url('./fonts/montserrat-regular-webfont.ttf') format('truetype'),
url('./fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
font-weight: normal;
font-style: normal;
}
You can access the website at with the username: example and password: example. You may need to enter the password twice.
Thank you
Alex