/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Tving Gutenberg editoren til at bruge din font på alt indhold */
.editor-styles-wrapper, 
.editor-styles-wrapper p, 
.editor-styles-wrapper h1, 
.editor-styles-wrapper h2, 
.editor-styles-wrapper h3,
.editor-styles-wrapper .wp-block-post-title {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}