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

@font-face {
  font-family: TEMPUS;
  src: url(fonts/TEMPSITC.TTF);
}

.entry-title {
    font-family:TEMPUS;
    text-align:center;
    padding: 0 20%;
}

.main-navigation a {
    font-family:TEMPUS;
}

.tempus-font {
    font-family:TEMPUS;
}