Font Change
-
I’m in the process of editing my first child theme and I’m a bit stuck when trying to change the overall font on my website.
I’ve inserted the following into my function.php
function load_fonts() { wp_register_style('et-googleFonts', 'https://fonts.googleapis.com/css?family=Open+Sans'); wp_enqueue_style( 'et-googleFonts'); } add_action('wp_print_styles', 'load_fonts');
What do I need to add to my style.css to change the font throughout the entire website including Menus? The only different will be sizing and colours (for links).
Thank you.
Ella
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Font Change’ is closed to new replies.