View Single Post
  #1  
Old 12-18-2018, 10:59 AM
 
rubendn rubendn is offline
 

Newbie
  
Join Date: Oct 2018
Posts: 2
 

Default Change Font of Standard Template

Is it possible to change the font used in the Standard template to a Google Font?

I don't think you can use @import under Custom CSS & JS.

This is what I added:

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

body, .navbar-nav, .head-h2, .head-h3, .sidebar {
font-family: 'Lato', sans-serif;
}
Reply With Quote