1
0
mirror of synced 2024-11-22 12:26:02 +03:00

static files

This commit is contained in:
Alex Lushpai 2018-05-18 16:29:13 +03:00
parent 46257e1ca9
commit 1009eb57e9
5 changed files with 44 additions and 0 deletions

23
web/font.css Normal file
View File

@ -0,0 +1,23 @@
/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(font.woff2) format('woff2');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}

BIN
web/font.woff2 Normal file

Binary file not shown.

2
web/jquery-3.3.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

13
web/materialize.min.css vendored Normal file

File diff suppressed because one or more lines are too long

6
web/materialize.min.js vendored Normal file

File diff suppressed because one or more lines are too long