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
 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...