mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
Another attempt at correcting the asset paths for the new docs location
This commit is contained in:
parent
796cb858ab
commit
4c2b95293f
@ -1,9 +1,9 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Beleren';
|
font-family: 'Beleren';
|
||||||
src: url( 'beleren.eot' );
|
src: url( '../fonts/beleren.eot' );
|
||||||
src: url( 'beleren.woff' ) format( 'woff' ),
|
src: url( '../fonts/beleren.woff' ) format( 'woff' ),
|
||||||
url( 'beleren.ttf' ) format( 'truetype' ),
|
url( '../fonts/beleren.ttf' ) format( 'truetype' ),
|
||||||
url( 'beleren.svg' ) format( 'svg' );
|
url( '../fonts/beleren.svg' ) format( 'svg' );
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||||
<title>Examples | Keyrune</title>
|
<title>Examples | Keyrune</title>
|
||||||
<link rel="stylesheet" href="assets/keyrune.min.css" />
|
<link rel="stylesheet" href="assets/keyrune.min.css" />
|
||||||
<link rel="stylesheet" href="assets/main.css" />
|
<link rel="stylesheet" href="assets/docs.css" />
|
||||||
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
</head>
|
</head>
|
||||||
|
Before Width: | Height: | Size: 219 KiB After Width: | Height: | Size: 219 KiB |
BIN
docs/fonts/keyrune.eot
Normal file
BIN
docs/fonts/keyrune.eot
Normal file
Binary file not shown.
309
docs/fonts/keyrune.svg
Normal file
309
docs/fonts/keyrune.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 613 KiB |
BIN
docs/fonts/keyrune.ttf
Normal file
BIN
docs/fonts/keyrune.ttf
Normal file
Binary file not shown.
BIN
docs/fonts/keyrune.woff
Normal file
BIN
docs/fonts/keyrune.woff
Normal file
Binary file not shown.
BIN
docs/fonts/keyrune.woff2
Normal file
BIN
docs/fonts/keyrune.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user