1
mirror of https://github.com/jakejarvis/synonyms-for-awesome.git synced 2025-04-26 13:08:27 -04:00

minor optimizations

This commit is contained in:
Jake Jarvis 2019-07-17 14:54:46 -04:00
parent ed8d937c75
commit 93802b9264
No known key found for this signature in database
GPG Key ID: D36CB66F4002B25B
4 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,7 @@
url("./fonts/OpenSans-Semibold.woff") format("woff"), /* Modern Browsers */
url("./fonts/OpenSans-Semibold.ttf") format("truetype"), /* Safari, Android, iOS */
url("./fonts/OpenSans-Semibold.svg#OpenSans") format("svg"); /* Legacy iOS */
font-display: swap;
}
@ -24,7 +25,7 @@ html, body {
margin: 0;
/* background-color: #414ef8; */
background-color: #94d500;
color: #fefefe;
color: #fff;
cursor: default;
}

View File

@ -1 +0,0 @@
google-site-verification: google06385a641f3d866f.html

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -6,8 +6,10 @@
<meta name="description" content="Make adjectives supercalifragilisticexpialidocious again.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="google-site-verification" content="7TUzoAEmOsSmvDyVP86CBrT3lvuvFYQTLkz7_fQyTsI">
<link rel="stylesheet" href="css/awesome.css">
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="preload" href="synonyms.txt" as="fetch">
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/awesome.js"></script>
</head>