How to change the font-family?
-
I took away the image circle and then I wanted to change the font from courier to Lato, sans serif. I went into the css and wrote in the change:
.kento-testimonial{
min-height:200px;
text-align:center;
width:100%;
position:relative;
font-family:Lato, sans-serif;
}.kento-testimonial-author-name{
font-size:20px;
font-family:Lato, sans-serif;
font-weight:bold;
padding-top:10px !important;}
.kento-testimonial-author-comments{
background:url(“quote.png”) no-repeat scroll 6px 10px rgba(0, 0, 0, 0);
font-style:italic;
font-family:Lato, sans-serif;
margin-bottom:30px;
margin-top:60px;
padding-left:35px;
padding-top:20px;
text-align:justify;
}BUT, it didn’t do anything. What should I do?
- The topic ‘How to change the font-family?’ is closed to new replies.