• I have installed “Roboto” font using Google-Fonts on my wordpress site. I have provided the link of the font in the header.php file, also i have updated it in the body section of the css file. There is no other place in css file where I could update the font-family.

    All the content of the site is being shown using this font but whenever I use the tag, it is being rendered with the old font. Please suggest where else I do need to update it for my tag to show the Roboto font.

Viewing 1 replies (of 1 total)
  • We need to find the right CSS selector to override. Simply assign the font to body alone doesn’t work for all elements because themes also assign specific properties to some elements.

    Use Inspect Element (web developer tools) provided in most browsers, to find the right CSS selector for each elements we want to override. This is theme specific.

Viewing 1 replies (of 1 total)
  • The topic ‘Google Font causing problems on wordpress site’ is closed to new replies.