initial commit.

This commit is contained in:
mntmn
2017-04-07 01:29:05 +02:00
commit 7ff2926578
258 changed files with 83743 additions and 0 deletions

10
public/fonts/font.scss Executable file
View File

@@ -0,0 +1,10 @@
@font-face {
font-family: 'icon';
src: url('../fonts/icon-regular-webfont.eot');
src: url('../fonts/icon-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/icon-regular-webfont.woff') format('woff'),
url('../fonts/icon-regular-webfont.ttf') format('truetype'),
url('../fonts/icon-regular-webfont.svg#iconregular') format('svg');
font-weight: normal;
font-style: normal;
}