I would like to change <h1><H2> to Open Sans Extra Bold. I have already added
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,600,800); and set my font weight to 800 but it is not showing up on the front end (see text “BROOKLYN COLLEGE COMMUNITY PARTNERSHIP”) below the slider. That is just one example of where I would like that text to appear extra bold.
Here is what I need the final homepage to look like
http://s7.postimg.org/o4ky2tzbv/finalhomepage.jpg
My site
http://1c5.964.myftpupload.com
Any update on this?
Thank you
Hey!
i added following code to Functions.php file of your child theme
function avia_add_google_fonts() {
wp_enqueue_style( 'avia-google-fonts', 'https://fonts.googleapis.com/css?family=Open+Sans:400,800,600', false );
}
add_action( 'wp_enqueue_scripts', 'avia_add_google_fonts' );
Please review your website now
Regards,
Yigit
Thank You So Much! Looks great
One last thing, what is the short code to change the slider caption (WELCOME TO BCCP ONLINE!) title text to H2?
But font weight 800 to match just like BROOKLYN COLLEGE COMMUNITY PARTNERSHIP text below
Hi!
Please add following code to Quick CSS
h2.avia-caption-title {
font-weight: 800;
}
Best regards,
Yigit
Thank you. You are AMAZING at your job. I wish I could make a paypal donation for all your help. Please let me know.