Author Topic: Header font  (Read 1422 times)

Offline aznetcowboy

  • Full Member
  • ***
  • Posts: 73
    • El Gheko Neighborhood Weather Station
Header font
« on: April 02, 2013, 06:08:24 PM »
The "header" font on my Images page is different than the other pages. Rather than going to town on changing code in the <Head> section of the page, I thought it best to ask why the <Head> in images if different than the other pages. In the images page it reads as follows:
<head>    <meta http-equiv="" content="" />    <title>El Gheko Neighborhood Weather Station | Southern Arizona Pictures</title>    <meta name="" content="" />    <meta name="" content="" />    <link href="styles.css" rel="" type="" />    <link rel="" href="nivo-slider.css" type="" media="" />   <link rel="" type="" href="slides/lib/jquery.ad-gallery.css" />   <link rel="" type="" href="slides/lib/gallery.css" />    <script type="" src="lib/jquery-1.4.3.min.js"></script>   <script type="" src="slides/lib/jquery.ad-gallery.js"></script>    <script type="" src="lib/jquery.nivo.slider.pack.js"></script>    <script type="">       $(window).load(function() {       $('#slider').nivoSlider();       });    </script>   <script type="">    /* <![CDATA[ */       $(function() {          var galleries = $('.ad-gallery').adGallery();       });    /* ]]> */    </script> </head>

In the other pages it reads as follows:

<head>    <meta http-equiv="" content="" />    <title>El Gheko Neighborhood Weather Station | Most recent observations</title>    <meta name="" content="" />    <meta name="" content="" />     <meta http-equiv="" content="" />    <link href="styles.css" rel="" type="" />    <link rel="" href="nivo-slider.css" type="" media="" />    <script type="" src="js/clockt.js"></script>    <script type="" src="js/clockp.js"></script> </head>

Hope this helps narrow down the difference in the header font.

Tom



Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Header font
« Reply #1 on: April 02, 2013, 06:38:59 PM »
Hi Tom,

You're pretty observer! Problem is layout file for slideshow "engine"
your could find that file:

lib/slides/gallery.css

and simply delete this line:
font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;

Regards,
Jacques
Please, consider supporting this site 

Offline aznetcowboy

  • Full Member
  • ***
  • Posts: 73
    • El Gheko Neighborhood Weather Station
Re: Header font
« Reply #2 on: April 03, 2013, 03:04:47 PM »
Jacques,

That took care of the problem. Thanks! be

Tom