Reader for FAQ font customization issue
#1
Posted 01 August 2012 - 07:09 PM
I want to change the font for the Reader title on this page:
In this site I am using a special font that is working fine on the:
and on .
For the reader change of font I added this to the custom code window:
.readerdefault h2 {
font-size: 3em;
font-family: Bonaventure;
color: #964259;
line-height: 70px;
}
I can see the new font in Safari, but not in Firefox or Chrome.
I have also tested with Browser labs and no other browser displays it.
Can you help me with this?
Thank you!!
#2
Posted 01 August 2012 - 07:36 PM
#3
Posted 01 August 2012 - 07:41 PM
#4
Posted 01 August 2012 - 07:49 PM
This is the page:
In my computer the Bonaventure font seems to work, but I have the font installed.
When I go into Adobe Browser labs, I now see the change in color and spacing, but the Bonaventure font does not appear!
Since it does appear in the and in the for all the more up to date browsers, I think it is still not working.
I appreciate your support.
Thank you,
Ruth
#5
Posted 01 August 2012 - 08:30 PM
#6
Posted 01 August 2012 - 09:52 PM
#7
Posted 02 August 2012 - 04:13 PM
#8
Posted 02 August 2012 - 06:45 PM
#9
Posted 02 August 2012 - 07:56 PM
#10
Posted 02 August 2012 - 11:42 PM
I have checked it in Adobe Browser labs and it is fine.
In the Pagelines custom code page, below, in the box of Header scripts, I have pasted the license and the path to the CSS for the font, and the font package (with the font file) is in my public_html folder in the server. So everything seems to be right for the other two pages where we use it.
This font does work for this site, no doubt about it.
It is in the page where I am using Pagelines Reader, and tried to get this font to show on the title, that it does not display.
Except for me, in my computer, because I have it installed.
This is what is happening.
Thank you for trying to follow up on this.
Ruth
#11
Posted 03 August 2012 - 11:47 AM
In order to use a custom font, you need to use the @font-face CSS rule.
for exmaple:
Therefore, if you wish to use the Bonaventure font. You will need to upload it to either your website or some public file hosting service and then get the URL for the uploaded font file and then add it to the src above.
Then apply the font-family: Bonaventure, serif; to your readers CSS.
For more information, read this page here -
#12
Posted 03 August 2012 - 04:28 PM
The font file is installed in the root folder of the site. It is a MyFonts.com web font package.
It is working fine in two pages:
The displays it, and it also shows in .
The only place I cannot get it to work is in the Reader.
In the Pagelines Typography page I have the license and the path to the font folder in the Headerscript code box. And in Custom CSS it is assigned to Pagelines Boxes titles as shown in the Home, and this works.
Should I also place this code in my custom CSS page?
Is this where it should go?
Thank you for your help!!
Ruth
#13
Posted 03 August 2012 - 04:36 PM
#14
Posted 03 August 2012 - 04:57 PM
The code I have in the Pagelines Headerscripts Code window is License... followed by:
The folder with the font files is @
www.sandraepstein.com/webfonts
It has the font files but not the file:
MyFontsWebfontsKit.css
Where should this file be placed?
Maybe this is a key, I don't know.
It is puzzling, because it works in the other two pages...
We will keep investigating it.
In the meantime I would like to thank all Pagelines developers and support team for such a great work.
It is absolutely amazing what can be accomplished as a result.
Where is the best place to write a review?
Thanks
#15
Posted 03 August 2012 - 05:12 PM
#16
Posted 03 August 2012 - 06:09 PM
#17
Posted 03 August 2012 - 06:26 PM
#18
Posted 19 September 2012 - 07:51 PM
<link rel="stylesheet" type="text/css" href="
<link rel="stylesheet" type="text/css" href="../MyFontsWebfontsKit.css">
It is now working fine. Thank you all for the suggestions.











