Another attempt at correcting the asset paths for the new docs location

This commit is contained in:
Andrew Gioia 2020-12-11 16:04:18 -05:00
parent 796cb858ab
commit 4c2b95293f
12 changed files with 314 additions and 5 deletions

View File

@ -1,9 +1,9 @@
@font-face {
font-family: 'Beleren';
src: url( 'beleren.eot' );
src: url( 'beleren.woff' ) format( 'woff' ),
url( 'beleren.ttf' ) format( 'truetype' ),
url( 'beleren.svg' ) format( 'svg' );
src: url( '../fonts/beleren.eot' );
src: url( '../fonts/beleren.woff' ) format( 'woff' ),
url( '../fonts/beleren.ttf' ) format( 'truetype' ),
url( '../fonts/beleren.svg' ) format( 'svg' );
font-weight: normal;
font-style: normal;
}

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<title>Examples | Keyrune</title>
<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" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
</head>

View File

Before

Width:  |  Height:  |  Size: 219 KiB

After

Width:  |  Height:  |  Size: 219 KiB

BIN
docs/fonts/keyrune.eot Normal file

Binary file not shown.

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

Binary file not shown.

BIN
docs/fonts/keyrune.woff Normal file

Binary file not shown.

BIN
docs/fonts/keyrune.woff2 Normal file

Binary file not shown.