turner2f Posted November 8, 2016 Report Posted November 8, 2016 Hello Paul or Tyson, How do we add or reference Google Fonts into the top navigation menu ? Quote
0 Michael Posted November 8, 2016 Report Posted November 8, 2016 When you go to the google font directory you click add and you get a HTML code e.g: <link href="https://fonts.googleapis.com/css?family=Shrikhand" rel="stylesheet"> It also tells you what to use in your CSS to get it working: font-family: 'Shrikhand', cursive; They have also made a easy to use guide for beginners: https://developers.google.com/fonts/docs/getting_started Quote
0 turner2f Posted November 8, 2016 Author Report Posted November 8, 2016 Where do we place the HTML code within the software? Quote
0 Michael Posted November 8, 2016 Report Posted November 8, 2016 47 minutes ago, turner2f said: Where do we place the HTML code within the software? in the /app/views/client/template_name/structure.pdt Quote
0 turner2f Posted November 9, 2016 Author Report Posted November 9, 2016 ** RESOLVED ** I am referencing a Google Font in the top navigation menu of the "Client" and "Admin" interfaces . https://fonts.google.com/specimen/Oswald 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 Quote
Question
turner2f
Hello Paul or Tyson,
How do we add or reference Google Fonts into the top navigation menu ?
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.