To change the headline font in your website, you can use CSS. Here’s a simple example:

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', sans-serif;
}

Replace 'Arial', sans-serif with the font you want to use. If you want to use a custom font from Google Fonts, first include the font link in your HTML <head>:

<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">

Then update your CSS:

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

This will change the font of all headline elements on your page.

Hello world!

Hello world!

Hello, I’m Brenda – a child of God, a hippie at heart, a lover of nature and a woman of deep faith. I believe that every moment, every person and every experience carries meaning… and has a purpose. This blog is my sacred space to share reflections from the journey –  the messy, the beautiful, ordinary and extraordinary parts of life.

Here you’ll find reflections rooted in personal growth, spiritual insight, and the healing power of nature. Whether I’m journaling about a quiet moment by the stream life, lessons, or a whisper from my Father above, my hope is that something here speaks to your soul.

Because in this life… everything matters!


One response to “Hello world!”

  1. A WordPress Commenter Avatar

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply

Your email address will not be published. Required fields are marked *