Excuse me for repeating a question asked several times but I can't find my way.
My organization uses Montserrat font on our website and I would like to use it on Qualtrics as well.
What's the easiest way to do this?
Currently I get the font here (header) : https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" />
and I apply it in the css like this : "h1, h2, h3, h4, h5, h6, p, div, span, a {
font: 14px "Montserrat", sans-serif;
}"
but i have to apply a size, when i only want to set a font !
thank you for helping me :)
Page 1 / 1
Add below css to look & feel -> Style -> Custom CSS
@font-face {
font-family: Montserrat;
src: url('https://fonts.googleapis.com/css?family=Montserrat');
}
.Skin {
font-family: Montserrat!important;
}
thanks, i copied your code as is but it doesn't work ?
Try this:
The code in css will be:
.Skin {
font-family: Montserrat!important;
}
The code in look & feel -> General ->header (edit)-> Sourece view(<>)
it works, perfect. thank you so much
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.