mirror of
https://github.com/jakejarvis/synonyms-for-awesome.git
synced 2025-04-26 06:25:22 -04:00
minor optimizations
This commit is contained in:
parent
ed8d937c75
commit
93802b9264
@ -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;
|
||||
}
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
google-site-verification: google06385a641f3d866f.html
|
BIN
img/scrabble.png
BIN
img/scrabble.png
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.4 KiB |
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user