/*
 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
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3d5b6a");
  
@font-face {
  font-family: "Notera";
  src: url('https://www.roebuckconcepts.com.au/MyFontsWebfontsKit/webFonts/Notera/font.woff2') format('woff2'), url('https://www.roebuckconcepts.com.au/MyFontsWebfontsKit/webFonts/Notera/font.woff') format('woff');
}

h1, h2 { 
	font-family: Notera, Sans-serif; 
	font-weight: normal; 
	font-style: normal; 
}
