@font-face {
	font-family: 'SpaceMeatballRegular';
	src: url('font/SpaceMeatballRegular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}



/*
Installing Webfonts

1. Upload the files from this zip to your domain.
2. Add this code to your website:
*/

@font-face {
    font-family: 'Anderson-Four-Feather-Falls';
    src:url('font/Anderson-Four-Feather-Falls.ttf.woff') format('woff'),
        url('font/Anderson-Four-Feather-Falls.ttf.svg#Anderson-Four-Feather-Falls') format('svg'),
        url('font/Anderson-Four-Feather-Falls.ttf.eot'),
        url('font/Anderson-Four-Feather-Falls.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
/* 
3. Integrate the fonts into your CSS:
Add the font name to your CSS styles. For example:

h1 { 
   font-family: 'Anderson-Four-Feather-Falls';
}  
Troubleshooting Webfonts
1. You may be using the fonts on different domain or subdomain.
2. Check if you have link the fonts properly in the CSS.
*/
