Jump to content
  • 0

How to Add Google Fonts


Question

4 answers to this question

Recommended Posts

  • 0
Posted

** RESOLVED **
 
 
 
I am referencing a  Google Font  in the top navigation menu of the "Client" and "Admin" interfaces .
 
 
Here is an easy to use guide for beginners: https://developers.google.com/fonts/docs/getting_started
 
 
 
=================

STEP 1
 
Use the following CSS   (  font-family: 'Oswald', Arial;  )
 
place it within the  application.min. css   file  
 
found within the folder at...
 
/support.mywebsitename.com/sub_folder/app/views/admin/default/css
and also within the style. css file
 
found within the folder at...
/support.mywebsitename.com/sub_folder/app/views/client/bootstrap/css
 
 
 
=================
 
STEP 2
 
The  HTML code snippet for the Google should look like ...
 
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">

Place the HTML code snippet in < header > part of the following two files 
 
 
 
/app/views/client/bootstrap/structure.pdt    file
 
/app/views/admin/default/structure.pdt    file
 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...