Fonts

1) To change the custom font, please take a look in the src/includes/head.html Find in the top:
					
				

2) To change the custom font, please take a look in the src/scss/_variables_style.scss. Find in the top:

					$default_font:										'Inter', sans-serif;
					$default_font2:										'Mulish', sans-serif;
					$default_font3:										'Raleway', sans-serif;
				
BACK TO TOP