Skip to content

Commit 19e3929

Browse files
committed
Remove javascript, add local fonts
Signed-off-by: falkTX <falktx@falktx.com>
1 parent fdfc7c0 commit 19e3929

15 files changed

+12
-9148
lines changed

fonts/Raleway200.ttf

45.6 KB
Binary file not shown.

fonts/Raleway300.ttf

45.6 KB
Binary file not shown.

fonts/fonts.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@font-face {
2+
font-family: 'Raleway';
3+
font-style: normal;
4+
font-weight: 200;
5+
src: url(Raleway200.ttf) format('truetype');
6+
}
7+
@font-face {
8+
font-family: 'Raleway';
9+
font-style: normal;
10+
font-weight: 300;
11+
src: url(Raleway300.ttf) format('truetype');
12+
}

js/IE9.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

js/builder.js

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)