Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @ragulin

    Thanks for reaching out.

    We’ll be using a Custom CSS plugin for this, if you don’t have one installed, try ours:

    https://wordpress.org/plugins/so-css/

    Next, go to Appearance > Custom CSS and insert:

    @import url(https://fonts.googleapis.com/css?family=Lobster);

    That’ll import Lobster. Next, we’ll insert a CSS rule to ensure the theme is using Lobster:

    body, button, input, select, textarea {
    	font-family: 'Lobster', cursive;
    }

    Give that a try and let us know how it goes.

    I have tried this method on my site (although I’m trying to install Teko), and it won’t work. I want to be able to use Teko in the site title, menu, and possible some other places.

    if you want to use any fonts.Just copy the fonts embaded code in the header.php file,after the </head> tag closed. and use it in the font family in the custom css file

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Import of fonts in the theme’ is closed to new replies.