Fixed
HEADER was ?<link rel=”stylesheet” type=”text/css” href=”MyFontsWebfontsKit.css”>
Reference to that link on Home page is correct since it’s in the root
Reference to that link on all other pages pointed to root/pagename/myfontswebfontskit.css. ?errors of course as the file only resides in the root. ?I have 2 page levels from root since i have parent pages set in my navigation menu.
SOLUTION ?add ../ to the link rel to make it look back a level. ?So since I have 2 levels here is my new Header code and every page renders the webfont on my PC, PHONE AND TABLET.
<link rel=”stylesheet” type=”text/css” href=”../../MyFontsWebfontsKit.css”>