/*
 ======================================================================================================
 
    @VERSION			: 1.0.0
    @CREATED			: 30 OCT 2018
    @MODIFIED			: 30 OCT 2018
    @DESIGNER			: Daniel C. K. Tan
    
    @FILE				: ~/css/fonts.css
	@TYPE				: Style Sheet
	@DESCRIPTION		: CSS3 Fonts
	   
 ======================================================================================================
*/

/* TOC
=======================================================================================================
	#0 Imported Fonts
	#1 FontAwesome
*/


/* ----------------------------------------------------------------------------------------------------
   #0 Imported Fonts
/* ----------------------------------------------------------------------------------------------------
   Import from Google Font (https://fonts.google.com/)
   font-family: 'Muli', sans-serif;
   font-family: 'BebasNeue';
/* ----------------------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600');
@import url('https://use.fontawesome.com/releases/v5.4.2/css/all.css');


				
/* ----------------------------------------------------------------------------------------------------
   #1 Bebas Neue
/* ---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeue/BebasNeuewebfont.eot');
	src: local('BebasNeue'), 
	     url('../fonts/BebasNeue/BebasNeuewebfont.woff') format('woff'), 
	     url('../fonts/BebasNeue/BebasNeuewebfont.ttf') format('truetype');
}
