Tagged: Advanced Styling, font
-
AuthorPosts
-
October 1, 2017 at 5:11 pm #858938
Hi There,
I have added an advanced styling to use the font Poiret One for the <body>. However, it is still showing Arial which is selected under the font tab of General Styling.
Is there CSS that will force the Advanced Styling changes to happen?
Website is: http://www.sandraremme.com
Thanks!
DeannaOctober 1, 2017 at 7:07 pm #858958Hey rosewoodva,
worked well.
If you have a caching plugin, please try clearing it, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Also try adding advanced styling to use the font Poiret One for the
I tested your situation on a clean install and the Poiret One for theBest regards,
MikeOctober 3, 2017 at 12:36 am #859448Hi Mike,
Thanks, but disabling the plugins didn’t work (I can’t disable the NexGen Gallery plugins or else I lose all my work).
I think you missed something here: “Also try adding advanced styling to use the font Poiret One for the”
Please help. I can change the font via the General Settings (with only a few options which is not what I need). But it does not accept the font change through Advanced Styling.
Thank you,
DeannaOctober 4, 2017 at 6:34 am #859924Hi,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardOctober 9, 2017 at 4:09 pm #861957Login Information in private content
October 10, 2017 at 6:24 am #862290Hi,
Thanks for the details, though I can’t see anything wrong with the settings/front end on your page. The front end is displaying the body font you have selected under Enfold->General Styling->Fonts (Helvetica Neue). I’m not sure how you tried to set the font you are referring to?
Best regards,
RikardOctober 10, 2017 at 3:55 pm #862498Hi Rikard,
I am trying to get the fonts to show from enfold-child -> Advanced Styling -> <body> -> Poiret One.
My goal is just to be able to use more fonts than are currently available in General Styling -> Fonts.
My apologies if I’m not doing it correctly, but I would love to know how to be able to use Poiret One as the font for the Paragraph text.
Deanna
October 12, 2017 at 12:13 am #863095Hi Rikard,
Sorry to bug you but I am trying to launch this website soon, any help is appreciated in changing the font to Poiret One!
Thanks,
DeannaOctober 12, 2017 at 9:04 pm #863621Hi,
You can load more fonts with Custom CSS.
or check the post here
https://kriesi.at/support/topic/new-custom-font/how to load with some code.
let us know if you need further help.
Best regards,
BasilisOctober 12, 2017 at 11:12 pm #863678Hi Basilis,
I have followed the steps and have this in my custom css (see below).
I uploaded the webkit to Enfold –> CSS. But I am using a child theme. Do I need to upload to enfold-child —> CSS?@font-face {
font-family: ‘poiret_oneregular’;
src: url(‘poiretone-regular-webfont.woff2’) format(‘woff2’),
url(‘poiretone-regular-webfont.woff’) format(‘woff’);
font-weight: normal;
font-style: normal;}
p {
font-family: poiret_oneregular;
}October 13, 2017 at 2:43 am #863711Hi,
I have read through a ton of Enfold resources as well as @fontface resources, to no avail.
I have uploaded the font files to Enfold –> fonts
I currently have this in custom CSS:
.body {
font-family: ‘poiret-oneregular’!important;
}@font-face {
font-family: ‘poiret_oneregular’;
src: url(http://sandraremme.com/enfold/fonts/poiretone-regular-webfont.woff2) format(‘woff2’),
url(http://sandraremme.com/enfold/fonts/poiretone-regular-webfont.woff) format(‘woff’);
font-weight: normal;
font-style: normal;
}I’m stuck, please help!
DeannaOctober 14, 2017 at 6:43 am #864203Hi,
If you try to navigate to the font URL you will get a 404 error, could you check that the search path for the font is correct please?
http://sandraremme.com/enfold/fonts/poiretone-regular-webfont.woff2
Also, if that is the exact CSS you are using the please try moving the body block under the import block:
@font-face { font-family: ‘poiret_oneregular’; src: url(https://sandraremme.com/enfold/fonts/poiretone-regular-webfont.woff2) format(‘woff2’), url(https://sandraremme.com/enfold/fonts/poiretone-regular-webfont.woff) format(‘woff’); font-weight: normal; font-style: normal; } body { font-family: ‘poiret-oneregular’!important; }
Also, body is not a class, it’s a tag.
Best regards,
RikardOctober 14, 2017 at 7:27 pm #864320Hi Rikard,
This is now the correct url:
@font-face {
font-family: ‘poiret-oneregular’;
url(http://sandraremme.com/wp-content/themes/enfold/fonts/poiretone-regular-webfont.woff) format(‘woff’);
font-weight: normal;
font-style: normal;
}I want this font to apply to all paragraph text. Example: http://www.sandraremme.com/about – I want everything except the heading to be in the new Poiret One font.
I’ve tried these, but nothing works:
.avia_textblock.av_inherit_color {
font-family: ‘poiret-oneregular’;
}p {
font-family: ‘poiret-oneregular’;
}Even tried making a custom class:
.special {
font-family: ‘poiret-oneregular’;
}And adding this to text:
<span class=”special”> text </span>- This reply was modified 7 years, 1 month ago by rosewoodva.
October 16, 2017 at 5:02 pm #864884I used another font and it work. Please close the ticket, thank you.
October 16, 2017 at 9:48 pm #864955Hi,
Thank you very much for giving us the update.
We really appreciate it.Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.