Jump to content

step by step guidance needed for using Google font


Saurabh Jain

Recommended Posts

  • 2 months later...
Posted
25 minutes ago, Saurabh Jain said:

if some 1 can add more points to this

Sorry not sure what you are asking

If wanting to use google fonts then just add the link between the <head> and </head> tags in globalTemplate

then use the font for where you want it

e.g.

<head>
<link href='https://fonts.googleapis.com/css?family=Sofia' rel='stylesheet'>
<style>
body {
    font-family: 'Sofia';font-size: 22px;
}
</style>
</head>

obviously just change the body to what you want to use the font with

or add the style part to custom.css instead of in globalTemplate

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...