/*
These are the fonts used by the site 
stored in /fonts/*
*/

@font-face {
    font-family: 'GermaniaOne';
    src: url('../fonts/GermaniaOne-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Dyslexic';
    src: url('../fonts/OpenDyslexic-Regular.otf') format('opentype');
}