diff --git a/app/css/font.css b/app/css/font.css
index 2809b869..78e61300 100644
--- a/app/css/font.css
+++ b/app/css/font.css
@@ -5,7 +5,7 @@
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
- src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/400c.woff2) format('woff2');
+ src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/400cn.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@@ -13,7 +13,7 @@
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
- src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/400l.woff2) format('woff2');
+ src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/400ln.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@@ -22,7 +22,7 @@
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
- src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/600c.woff2) format('woff2');
+ src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/600cn.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@@ -30,7 +30,7 @@
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
- src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/600l.woff2) format('woff2');
+ src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/600ln.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
diff --git a/app/fonts/400cn.woff2 b/app/fonts/400cn.woff2
new file mode 100644
index 00000000..f6a8ce67
Binary files /dev/null and b/app/fonts/400cn.woff2 differ
diff --git a/app/fonts/400ln.woff2 b/app/fonts/400ln.woff2
new file mode 100644
index 00000000..bf65567c
Binary files /dev/null and b/app/fonts/400ln.woff2 differ
diff --git a/app/fonts/600cn.woff2 b/app/fonts/600cn.woff2
new file mode 100644
index 00000000..e03e125d
Binary files /dev/null and b/app/fonts/600cn.woff2 differ
diff --git a/app/fonts/600ln.woff2 b/app/fonts/600ln.woff2
new file mode 100644
index 00000000..7e5e42c2
Binary files /dev/null and b/app/fonts/600ln.woff2 differ
diff --git a/app/index.html b/app/index.html
index f750f4e0..1d5ece00 100644
--- a/app/index.html
+++ b/app/index.html
@@ -15,7 +15,7 @@
-
+
diff --git a/app/webogram.appcache b/app/webogram.appcache
index 4178e5a2..82c22089 100644
--- a/app/webogram.appcache
+++ b/app/webogram.appcache
@@ -1,6 +1,6 @@
CACHE MANIFEST
-# 51
+# 53
NETWORK:
*
diff --git a/gulpfile.js b/gulpfile.js
index 390a12a1..053c2f27 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -48,6 +48,8 @@ gulp.task('copy', function() {
.pipe(gulp.dest('dist')),
gulp.src(['app/img/**/*.wav'])
.pipe(gulp.dest('dist/img')),
+ // gulp.src(['app/fonts/*'])
+ // .pipe(gulp.dest('dist/fonts')),
gulp.src(['app/js/lib/polyfill.js', 'app/js/lib/bin_utils.js'])
.pipe(gulp.dest('dist/js/lib')),
gulp.src('app/vendor/closure/long.js')