rename dist to static, fixes #8

This commit is contained in:
teddit
2020-12-25 22:14:24 +01:00
parent d59bda42c8
commit 26f287ef4f
18 changed files with 5 additions and 5 deletions

36
static/css/fontello.css vendored Normal file
View File

@@ -0,0 +1,36 @@
@font-face {
font-family: 'fontello';
src: url('/fonts/fontello.eot');
src: url('/fonts/fontello.eot') format('embedded-opentype'),
url('/fonts/fontello.woff2') format('woff2'),
url('/fonts/fontello.woff') format('woff'),
url('/fonts/fontello.ttf') format('truetype'),
url('/fonts/fontello.svg') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-search:before { content: '\e800'; } /* '' */
.icon-dollar:before { content: '\e801'; } /* '' */
.icon-info-circled:before { content: '\e802'; } /* '' */
.icon-cog:before { content: '\e803'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */

BIN
static/css/sprite.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

1378
static/css/styles.css Normal file

File diff suppressed because it is too large Load Diff