I want to import a font in Limesurvey. It's a font that we are using in our Government office.
How can I use a specific font (my personal .ttf) in a survey?
Attention : when you put a ttf file on internet : you distribute it.
Be sure to have this rights (or use a free font).
Denis
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
The following user(s) said Thank You: tpartner, mana
TKS for the answer
I add those lines in template editor css/template.css in my template survey
}
@font-face {
font-family: 'Hydra';
src:url('fonts/hydra-bold.ttf');
}
Do I Copy the file directlty in limesurvey\templates directory?
Cause when I creat a new survey in doesn't seems to see the font.
TKS