Answer the question
In order to leave comments, you need to log in
Why is the font from Google Fonts not connected to Wordpress?
Hello! I need to include a Google font for a Wordpress site. I want to do it in the "Additional Styles" section with code like this:
@font-face {
font-family: 'PT Sans', sans-serif;
src:url('https://fonts.googleapis.com/css?family=PT+Sans');
font-weight: normal;
}
.description-block {
font-size: 14px;
font-family: 'PT Sans';
color: rgb( 0, 0, 0 );
}
.description-block h4 {
font-size: 18px;
margin-bottom: 20px;
}
Answer the question
In order to leave comments, you need to log in
Hello.
If you want to connect via css, then replace
@font-face {
font-family: 'PT Sans', sans-serif;
src:url('https://fonts.googleapis.com/css?family=PT+Sans');
font-weight: normal;
}
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question