all local assets
@ -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
After Width: | Height: | Size: 1.1 MiB |
BIN
css/fonts/OpenSans-SemiBold.ttf
Executable file
BIN
css/fonts/OpenSans-SemiBold.woff
Executable file
BIN
css/fonts/OpenSans-SemiBold.woff2
Executable file
BIN
css/fonts/OpenSans-SemiBold2.eot
Executable file
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
11
index.html
@ -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>
|
||||
|