theremotedr
02-19-2016, 05:21 PM
You can use this page as an example http://www.theremotedoctor.co.uk/accaudi.html?scrollto=selection
I would like to edit the text font for the ios, Pc is fine as it is.
Using Firebug i have located where to change the font in the Pc drop down list but not for the ios.
Ive then manually looked through the basic-style & normalize css file but dont see anything that points to where to make the change.
In my html file i cahnged the code below
<li class="current">
<li><a href="website_instructions.html?scrollto=content">Instructions</a>
To
<li class="dropfont">
<li><a href="website_instructions.html?scrollto=content">Instructions</a>
I then added the following to the css file.
.dropfont{
font-family:'Lucida Handwriting', sans-serif;}
The above was just a test to see if anything changed, but no such luck.
I would like to edit the text font for the ios, Pc is fine as it is.
Using Firebug i have located where to change the font in the Pc drop down list but not for the ios.
Ive then manually looked through the basic-style & normalize css file but dont see anything that points to where to make the change.
In my html file i cahnged the code below
<li class="current">
<li><a href="website_instructions.html?scrollto=content">Instructions</a>
To
<li class="dropfont">
<li><a href="website_instructions.html?scrollto=content">Instructions</a>
I then added the following to the css file.
.dropfont{
font-family:'Lucida Handwriting', sans-serif;}
The above was just a test to see if anything changed, but no such luck.