Lindau Fiona
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: change the font of a specific area (h1) on a child themeI tried an other font (added it with filezilla etc) just with h1 and desactivated a google font plugin I used on wordpress (in case it was the problem)
I wrote this on the additionnal css (I have a child theme)
@font-face {
font-family: ‘playlistscript’;
src: url(‘http://mademoizellefiona.fr/wp-content/themes/shapely-child/fonts/Playlistscript.otf’) format(‘otf’);}h1 {
font-family: playlist_script-webfont;
}but still not working… i’m so desperate…
Forum: Fixing WordPress
In reply to: change the font of a specific area (h1) on a child themecan I send to you the chrome inspector css online screenshot ? it may be easier for you to understand what’s happening (or not happening lol)
Forum: Fixing WordPress
In reply to: change the font of a specific area (h1) on a child themeI wrote in my additionnal css this =
@font-face {
font-family: saturdayscript_oblique_alt2;
src: url(http://mademoizellefiona.fr/wp-content/themes/shapely-child/fonts/saturdayscript_oblique_alt2-webfont.ttf);}.Heading, h1, h3
{font-family: saturdayscript_oblique_alt2;}and still not working; I wrote h3 because after i checked it’s h3 and not h2
I would like to change the parts ” rester c’est exister, voyager c’est vivre” and the titles page HOME (MES DERNIERS ARTICLES /ENCORE PLUS SUR LES RESEAUX SOCIAUX etc)
thank you for your help 🙂
Forum: Fixing WordPress
In reply to: change the font of a specific area (h1) on a child themehello,
so I should write this ?
@font-face {
font-family: saturdayscript_oblique_alt2;
src: url(http://mademoizellefiona.fr/wp-content/themes/shapely-child/fonts/saturdayscript_oblique_alt2-webfont.ttf);
font-weight: normal;
}.Heading H1, H2{
font-family: “saturdayscript_oblique_alt2”, Arial, sans-serif;
}if yes, where do I write this please ? directly in my wordpress editor ?