Comments Judson started the conversationApril 22, 2014 at 4:28amI want to replace ALL typography EXCEPT <body> with the following webfont:Can I do this through the General Settings CSS field?@font-face { font-family: 'museo_slab500'; src: url('http://www.mccomborthodontics.com/fonts/Museo_Slab_500_2-webfont.eot'); src: url('http://www.mccomborthodontics.com/fonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.mccomborthodontics.com/fonts/Museo_Slab_500_2-webfont.woff') format('woff'), url('http://www.mccomborthodontics.com/fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'), url('http://www.mccomborthodontics.com/fonts/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg'); font-weight: normal; font-style: normal;}@font-face { font-family: 'MuseoSlab500Italic'; src: url('Museo_Slab_500italic-webfont.eot'); src: url('Museo_Slab_500italic-webfont.eot?#iefix') format('embedded-opentype'), url('Museo_Slab_500italic-webfont.woff') format('woff'), url('Museo_Slab_500italic-webfont.ttf') format('truetype'), url('Museo_Slab_500italic-webfont.svg#MuseoSlab500Italic') format('svg'); font-weight: normal; font-style: normal;} 8,839Tahir repliedApril 23, 2014 at 6:14pmHey Judson!Please see Salient Theme Options -> Typography section . There you can set different fonts for body as well as other tags. Thanks ThemeNectar Support Team Judson repliedApril 23, 2014 at 6:35pmThis is a custom font!I have uploaded the files and that code works when used in the CSS file. I want to use the General Settings field so when I make updates I don't need to change the CSS all over again 8,839Tahir repliedApril 25, 2014 at 3:54pmHey Judson!You can use third-party font plugins to add the fonts , that way you wont lose the changes. Thanks ThemeNectar Support Team Judson repliedApril 25, 2014 at 7:29pmI'm sorry, but that is not the optimal way to do this. Can you please ask the Them Nectar creators? I know this is an easy fix. 8,839Tahir repliedApril 26, 2014 at 3:59pmSure, I have flagged the ticket for the developer :) .Cheers ThemeNectar Support Team Sign in to reply ...
I want to replace ALL typography EXCEPT <body> with the following webfont:
Can I do this through the General Settings CSS field?
@font-face {
font-family: 'museo_slab500';
src: url('http://www.mccomborthodontics.com/fonts/Museo_Slab_500_2-webfont.eot');
src: url('http://www.mccomborthodontics.com/fonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'),
url('http://www.mccomborthodontics.com/fonts/Museo_Slab_500_2-webfont.woff') format('woff'),
url('http://www.mccomborthodontics.com/fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'),
url('http://www.mccomborthodontics.com/fonts/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MuseoSlab500Italic';
src: url('Museo_Slab_500italic-webfont.eot');
src: url('Museo_Slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
url('Museo_Slab_500italic-webfont.woff') format('woff'),
url('Museo_Slab_500italic-webfont.ttf') format('truetype'),
url('Museo_Slab_500italic-webfont.svg#MuseoSlab500Italic') format('svg');
font-weight: normal;
font-style: normal;
}
Hey Judson!
Please see Salient Theme Options -> Typography section . There you can set different fonts for body as well as other tags.
Thanks
ThemeNectar Support Team
This is a custom font!
I have uploaded the files and that code works when used in the CSS file. I want to use the General Settings field so when I make updates I don't need to change the CSS all over again
Hey Judson!
You can use third-party font plugins to add the fonts , that way you wont lose the changes.
Thanks
ThemeNectar Support Team
I'm sorry, but that is not the optimal way to do this. Can you please ask the Them Nectar creators? I know this is an easy fix.
Sure, I have flagged the ticket for the developer :) .
Cheers
ThemeNectar Support Team