mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	move font above css include (#279)
This commit is contained in:
		@@ -17,8 +17,9 @@
 | 
			
		||||
    <link rel="shortcut icon" href="{{asset "favicon.ico"}}">
 | 
			
		||||
 | 
			
		||||
    {{!-- Styles'n'Scripts --}}
 | 
			
		||||
    <link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}" />
 | 
			
		||||
    <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
 | 
			
		||||
    <link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}" />
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    {{!-- Ghost outputs important style and meta data with this tag --}}
 | 
			
		||||
    {{ghost_head}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user