Add font css to templates
This commit is contained in:
		
							parent
							
								
									d4429aa42d
								
							
						
					
					
						commit
						0b45312834
					
				@ -11,10 +11,12 @@
 | 
				
			|||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" integrity="sha256-3iu9jgsy9TpTwXKb7bNQzqWekRX7pPK+2OLj3R922fo=" crossorigin="anonymous" />
 | 
					<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" integrity="sha256-3iu9jgsy9TpTwXKb7bNQzqWekRX7pPK+2OLj3R922fo=" crossorigin="anonymous" />
 | 
				
			||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css" integrity="sha256-QiWfLIsCT02Sdwkogf6YMiQlj4NE84MKkzEMkZnMGdg=" crossorigin="anonymous" />
 | 
					<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css" integrity="sha256-QiWfLIsCT02Sdwkogf6YMiQlj4NE84MKkzEMkZnMGdg=" crossorigin="anonymous" />
 | 
				
			||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css" integrity="sha256-02JtFTurpwBjQJ6q13iJe82/NF0RbZlJroDegK5g87Y=" crossorigin="anonymous" />
 | 
					<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css" integrity="sha256-02JtFTurpwBjQJ6q13iJe82/NF0RbZlJroDegK5g87Y=" crossorigin="anonymous" />
 | 
				
			||||||
 | 
					<link rel="stylesheet" href="<%- url %>/css/google-font.css">
 | 
				
			||||||
<% } else { %>
 | 
					<% } else { %>
 | 
				
			||||||
<link rel="stylesheet" href="<%- url %>/vendor/Ionicons/css/ionicons.min.css">
 | 
					<link rel="stylesheet" href="<%- url %>/vendor/Ionicons/css/ionicons.min.css">
 | 
				
			||||||
<link rel="stylesheet" href="<%- url %>/vendor/octicons/octicons/octicons.css">
 | 
					<link rel="stylesheet" href="<%- url %>/vendor/octicons/octicons/octicons.css">
 | 
				
			||||||
<link rel="stylesheet" href="<%- url %>/css/bootstrap-social.css">
 | 
					<link rel="stylesheet" href="<%- url %>/css/bootstrap-social.css">
 | 
				
			||||||
 | 
					<link rel="stylesheet" href="<%- url %>/css/font.css">
 | 
				
			||||||
<% } %>
 | 
					<% } %>
 | 
				
			||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w=" crossorigin="anonymous" />
 | 
					<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w=" crossorigin="anonymous" />
 | 
				
			||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" integrity="sha256-AIodEDkC8V/bHBkfyxzolUMw57jeQ9CauwhVW6YJ9CA=" crossorigin="anonymous" />
 | 
					<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" integrity="sha256-AIodEDkC8V/bHBkfyxzolUMw57jeQ9CauwhVW6YJ9CA=" crossorigin="anonymous" />
 | 
				
			||||||
 | 
				
			|||||||
@ -21,12 +21,14 @@
 | 
				
			|||||||
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css" integrity="sha256-02JtFTurpwBjQJ6q13iJe82/NF0RbZlJroDegK5g87Y=" crossorigin="anonymous" />
 | 
						<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css" integrity="sha256-02JtFTurpwBjQJ6q13iJe82/NF0RbZlJroDegK5g87Y=" crossorigin="anonymous" />
 | 
				
			||||||
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2.min.css" integrity="sha256-ijlUKKj3hJCiiT2HWo1kqkI79NTEYpzOsw5Rs3k42dI=" crossorigin="anonymous" />
 | 
					    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2.min.css" integrity="sha256-ijlUKKj3hJCiiT2HWo1kqkI79NTEYpzOsw5Rs3k42dI=" crossorigin="anonymous" />
 | 
				
			||||||
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2-bootstrap.min.css" integrity="sha256-NAWFcNIZdH+TS1xpWujF/EB/Y8gwBbEOCoaK/eqaer8=" crossorigin="anonymous" />
 | 
					    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2-bootstrap.min.css" integrity="sha256-NAWFcNIZdH+TS1xpWujF/EB/Y8gwBbEOCoaK/eqaer8=" crossorigin="anonymous" />
 | 
				
			||||||
 | 
					    <link rel="stylesheet" href="<%- url %>/css/google-font.css">
 | 
				
			||||||
	<% } else { %>
 | 
						<% } else { %>
 | 
				
			||||||
	<link rel="stylesheet" href="<%- url %>/vendor/bootstrap/dist/css/bootstrap.min.css">
 | 
						<link rel="stylesheet" href="<%- url %>/vendor/bootstrap/dist/css/bootstrap.min.css">
 | 
				
			||||||
	<link rel="stylesheet" href="<%- url %>/vendor/font-awesome/css/font-awesome.min.css">
 | 
						<link rel="stylesheet" href="<%- url %>/vendor/font-awesome/css/font-awesome.min.css">
 | 
				
			||||||
	<link rel="stylesheet" href="<%- url %>/css/bootstrap-social.css">
 | 
						<link rel="stylesheet" href="<%- url %>/css/bootstrap-social.css">
 | 
				
			||||||
    <link rel="stylesheet" href="<%- url %>/vendor/select2/select2.css">
 | 
					    <link rel="stylesheet" href="<%- url %>/vendor/select2/select2.css">
 | 
				
			||||||
    <link rel="stylesheet" href="<%- url %>/vendor/select2/select2-bootstrap.css">
 | 
					    <link rel="stylesheet" href="<%- url %>/vendor/select2/select2-bootstrap.css">
 | 
				
			||||||
 | 
					    <link rel="stylesheet" href="<%- url %>/css/font.css">
 | 
				
			||||||
    <% } %>
 | 
					    <% } %>
 | 
				
			||||||
    <!-- Custom styles for this template -->
 | 
					    <!-- Custom styles for this template -->
 | 
				
			||||||
    <%- include build/cover-header %>
 | 
					    <%- include build/cover-header %>
 | 
				
			||||||
 | 
				
			|||||||
@ -20,9 +20,11 @@
 | 
				
			|||||||
	<% if(useCDN) { %>
 | 
						<% if(useCDN) { %>
 | 
				
			||||||
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" integrity="sha256-3iu9jgsy9TpTwXKb7bNQzqWekRX7pPK+2OLj3R922fo=" crossorigin="anonymous" />
 | 
					    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" integrity="sha256-3iu9jgsy9TpTwXKb7bNQzqWekRX7pPK+2OLj3R922fo=" crossorigin="anonymous" />
 | 
				
			||||||
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css" integrity="sha256-QiWfLIsCT02Sdwkogf6YMiQlj4NE84MKkzEMkZnMGdg=" crossorigin="anonymous" />
 | 
					    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css" integrity="sha256-QiWfLIsCT02Sdwkogf6YMiQlj4NE84MKkzEMkZnMGdg=" crossorigin="anonymous" />
 | 
				
			||||||
 | 
					    <link rel="stylesheet" href="<%- url %>/css/google-font.css">
 | 
				
			||||||
	<% } else { %>
 | 
						<% } else { %>
 | 
				
			||||||
    <link rel="stylesheet" href="<%- url %>/vendor/Ionicons/css/ionicons.min.css">
 | 
					    <link rel="stylesheet" href="<%- url %>/vendor/Ionicons/css/ionicons.min.css">
 | 
				
			||||||
    <link rel="stylesheet" href="<%- url %>/vendor/octicons/octicons/octicons.css">
 | 
					    <link rel="stylesheet" href="<%- url %>/vendor/octicons/octicons/octicons.css">
 | 
				
			||||||
 | 
					    <link rel="stylesheet" href="<%- url %>/css/font.css">
 | 
				
			||||||
	<% } %>
 | 
						<% } %>
 | 
				
			||||||
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w=" crossorigin="anonymous" />
 | 
						<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w=" crossorigin="anonymous" />
 | 
				
			||||||
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" integrity="sha256-AIodEDkC8V/bHBkfyxzolUMw57jeQ9CauwhVW6YJ9CA=" crossorigin="anonymous" />
 | 
					    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" integrity="sha256-AIodEDkC8V/bHBkfyxzolUMw57jeQ9CauwhVW6YJ9CA=" crossorigin="anonymous" />
 | 
				
			||||||
 | 
				
			|||||||
@ -18,10 +18,12 @@
 | 
				
			|||||||
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" integrity="sha256-AIodEDkC8V/bHBkfyxzolUMw57jeQ9CauwhVW6YJ9CA=" crossorigin="anonymous" />
 | 
					        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" integrity="sha256-AIodEDkC8V/bHBkfyxzolUMw57jeQ9CauwhVW6YJ9CA=" crossorigin="anonymous" />
 | 
				
			||||||
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" integrity="sha256-3iu9jgsy9TpTwXKb7bNQzqWekRX7pPK+2OLj3R922fo=" crossorigin="anonymous" />
 | 
					        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" integrity="sha256-3iu9jgsy9TpTwXKb7bNQzqWekRX7pPK+2OLj3R922fo=" crossorigin="anonymous" />
 | 
				
			||||||
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css" integrity="sha256-QiWfLIsCT02Sdwkogf6YMiQlj4NE84MKkzEMkZnMGdg=" crossorigin="anonymous" />
 | 
					        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css" integrity="sha256-QiWfLIsCT02Sdwkogf6YMiQlj4NE84MKkzEMkZnMGdg=" crossorigin="anonymous" />
 | 
				
			||||||
 | 
					        <link rel="stylesheet" href="<%- url %>/css/google-font.css">
 | 
				
			||||||
        <% } else { %>
 | 
					        <% } else { %>
 | 
				
			||||||
        <link rel="stylesheet" href='<%- url %>/vendor/font-awesome/css/font-awesome.min.css'>
 | 
					        <link rel="stylesheet" href='<%- url %>/vendor/font-awesome/css/font-awesome.min.css'>
 | 
				
			||||||
        <link rel="stylesheet" href="<%- url %>/vendor/Ionicons/css/ionicons.min.css">
 | 
					        <link rel="stylesheet" href="<%- url %>/vendor/Ionicons/css/ionicons.min.css">
 | 
				
			||||||
        <link rel="stylesheet" href="<%- url %>/vendor/octicons/octicons/octicons.css">
 | 
					        <link rel="stylesheet" href="<%- url %>/vendor/octicons/octicons/octicons.css">
 | 
				
			||||||
 | 
					        <link rel="stylesheet" href="<%- url %>/css/font.css">
 | 
				
			||||||
        <% } %>
 | 
					        <% } %>
 | 
				
			||||||
        <link rel="stylesheet" href='<%- url %>/vendor/bootstrap/tooltip.min.css'>
 | 
					        <link rel="stylesheet" href='<%- url %>/vendor/bootstrap/tooltip.min.css'>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user