preload fonts
This commit is contained in:
		
							parent
							
								
									6a079a5076
								
							
						
					
					
						commit
						01c58093f1
					
				
					 2 changed files with 22 additions and 2 deletions
				
			
		| 
						 | 
					@ -15,6 +15,15 @@
 | 
				
			||||||
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
 | 
					    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
 | 
				
			||||||
    <link rel="manifest" href="manifest.json" />
 | 
					    <link rel="manifest" href="manifest.json" />
 | 
				
			||||||
	<link rel="icon" href="images/Logo192.png" />
 | 
						<link rel="icon" href="images/Logo192.png" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <link rel="preload" href="fonts/Star4000.woff" as="font" crossorigin="anonymous" />
 | 
				
			||||||
 | 
					    <link rel="preload" href="fonts/Star 4 Radar.woff" as="font" crossorigin="anonymous" />
 | 
				
			||||||
 | 
					    <link rel="preload" href="fonts/Star4000 Extended.woff" as="font" crossorigin="anonymous" />
 | 
				
			||||||
 | 
					    <link rel="preload" href="fonts/Star4000 Large Compressed Numbers.woff" as="font" crossorigin="anonymous" />
 | 
				
			||||||
 | 
					    <link rel="preload" href="fonts/Star4000 Large Compressed.woff" as="font" crossorigin="anonymous" />
 | 
				
			||||||
 | 
					    <link rel="preload" href="fonts/Star4000 Large.woff" as="font" crossorigin="anonymous" />
 | 
				
			||||||
 | 
						<link rel="preload" href="fonts/Star4000 Small.woff" as="font" crossorigin="anonymous" />
 | 
				
			||||||
 | 
						
 | 
				
			||||||
	<% if (production) { %>
 | 
						<% if (production) { %>
 | 
				
			||||||
		<link rel="stylesheet" type="text/css" href="resources/ws.min.css?_=<%=production%>" />
 | 
							<link rel="stylesheet" type="text/css" href="resources/ws.min.css?_=<%=production%>" />
 | 
				
			||||||
		<script type="text/javascript" src="scripts/vendor/jquery-3.5.1.min.js"></script>
 | 
							<script type="text/javascript" src="scripts/vendor/jquery-3.5.1.min.js"></script>
 | 
				
			||||||
| 
						 | 
					@ -129,6 +138,10 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	<br />
 | 
						<br />
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
 | 
						<div class="info">
 | 
				
			||||||
 | 
							<a href="https://github.com/netbymatt/ws4kp#weatherstar-4000">More information</a>
 | 
				
			||||||
 | 
						</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <div id="divInfo">
 | 
					    <div id="divInfo">
 | 
				
			||||||
        Location: <span id="spanCity"></span> <span id="spanState"></span><br />
 | 
					        Location: <span id="spanCity"></span> <span id="spanState"></span><br />
 | 
				
			||||||
        Station Id: <span id="spanStationId"></span><br />
 | 
					        Station Id: <span id="spanStationId"></span><br />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,10 +5,17 @@
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	],
 | 
						],
 | 
				
			||||||
	"settings": {
 | 
						"settings": {
 | 
				
			||||||
 | 
							"search.exclude": {
 | 
				
			||||||
 | 
								"**/node_modules": true,
 | 
				
			||||||
 | 
								"**/bower_components": true,
 | 
				
			||||||
 | 
								"**/*.code-search": true,
 | 
				
			||||||
 | 
								"dist/**": true,
 | 
				
			||||||
 | 
								"**/*.min.js": true,
 | 
				
			||||||
 | 
							},
 | 
				
			||||||
		"cSpell.enabled": true,
 | 
							"cSpell.enabled": true,
 | 
				
			||||||
		"cSpell.words": [
 | 
							"cSpell.words": [
 | 
				
			||||||
			"Battaglia",
 | 
								"Battaglia",
 | 
				
			||||||
			"Noaa"
 | 
								"Noaa"
 | 
				
			||||||
		],
 | 
							],
 | 
				
			||||||
	}
 | 
						},
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in a new issue