Hi there,
I am new to CSS and have been trying to change the font by editing the 'flat_and_modern.css' file in the template editor. However, when I save changes, I get a 'This page isn't working' browser error. When I reload, the changes do appear to have been saved, but have no effect on the way the font looks when loading the survey.
I have edited the top of the CSS file to the following, as an example:
Code:
/* lato-regular - latin */
@font-face {
font-family: Arial;
font-style: normal;
font-weight: 400;
}
/* lato-italic - latin */
@font-face {
font-family: Arial;
font-style: italic;
font-weight: 400;
}
/* lato-700 - latin */
@font-face {
font-family: Arial;
font-style: normal;
font-weight: 700;
}
Any idea what I am doing wrong? I am using the Pro version of LimeSurvey.
Regards,
Will