1
mirror of https://github.com/jakejarvis/synonyms-for-awesome.git synced 2025-04-26 07:35:22 -04:00

all local assets

This commit is contained in:
Jake Jarvis 2019-07-17 14:29:42 -04:00
parent 7c6a1a181c
commit e9cdc87554
No known key found for this signature in database
GPG Key ID: D36CB66F4002B25B
12 changed files with 21079 additions and 7 deletions

View File

@ -1,8 +1,24 @@
/*! Open Sans Semibold | Apache License 2.0 | fonts.google.com/specimen/Open+Sans */
@font-face {
font-family: "Open Sans";
font-weight: 600;
font-style: normal;
src: url("./fonts/OpenSans-Semibold.eot"); /* IE9 Compat Modes */
src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
url("./fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("./fonts/OpenSans-Semibold.woff2") format("woff2"), /* Super Modern Browsers */
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 */
}
html, body {
display: table;
font-size: 4.5em;
line-height: 1.15;
font-family: 'Open Sans', sans-serif;
font-family: "Open Sans", sans-serif;
font-weight: 600;
width: 100%;
height: 100%;
margin: 0;

21053
css/fonts/OpenSans-SemiBold.svg Executable file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
css/fonts/OpenSans-SemiBold.ttf Executable file

Binary file not shown.

BIN
css/fonts/OpenSans-SemiBold.woff Executable file

Binary file not shown.

BIN
css/fonts/OpenSans-SemiBold.woff2 Executable file

Binary file not shown.

BIN
css/fonts/OpenSans-SemiBold2.eot Executable file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -6,11 +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">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:600">
<link rel="stylesheet" href="awesome.css">
<link rel="shortcut icon" href="favicon.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="awesome.js"></script>
<link rel="stylesheet" href="css/awesome.css">
<link rel="shortcut icon" href="img/favicon.ico">
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/awesome.js"></script>
</head>
<body>
<div id="container">
@ -19,7 +18,7 @@
<div id="footer">
<a href="https://jarv.is/" target="_blank" rel="noopener">
<span>made with ❤️ by</span>
<img src="s.png">
<img src="img/scrabble.png">
<span>scrabble</span>
</a>
</div>

4
js/jquery-2.2.4.min.js vendored Normal file

File diff suppressed because one or more lines are too long