Releases version 0.8.7
This commit is contained in:
parent
aaf3df1c84
commit
8a659f122c
BIN
assets/fonts/source-sans-pro/cyrillic/source-sans-pro-600.woff
Normal file
BIN
assets/fonts/source-sans-pro/cyrillic/source-sans-pro-600.woff
Normal file
Binary file not shown.
BIN
assets/fonts/source-sans-pro/cyrillic/source-sans-pro-600.woff2
Normal file
BIN
assets/fonts/source-sans-pro/cyrillic/source-sans-pro-600.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/source-sans-pro/cyrillic/source-sans-pro-700.woff
Normal file
BIN
assets/fonts/source-sans-pro/cyrillic/source-sans-pro-700.woff
Normal file
Binary file not shown.
BIN
assets/fonts/source-sans-pro/cyrillic/source-sans-pro-700.woff2
Normal file
BIN
assets/fonts/source-sans-pro/cyrillic/source-sans-pro-700.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
assets/fonts/source-sans-pro/greek/source-sans-pro-600.woff
Normal file
BIN
assets/fonts/source-sans-pro/greek/source-sans-pro-600.woff
Normal file
Binary file not shown.
BIN
assets/fonts/source-sans-pro/greek/source-sans-pro-600.woff2
Normal file
BIN
assets/fonts/source-sans-pro/greek/source-sans-pro-600.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/source-sans-pro/greek/source-sans-pro-700.woff
Normal file
BIN
assets/fonts/source-sans-pro/greek/source-sans-pro-700.woff
Normal file
Binary file not shown.
BIN
assets/fonts/source-sans-pro/greek/source-sans-pro-700.woff2
Normal file
BIN
assets/fonts/source-sans-pro/greek/source-sans-pro-700.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/source-sans-pro/greek/source-sans-pro-regular.woff
Normal file
BIN
assets/fonts/source-sans-pro/greek/source-sans-pro-regular.woff
Normal file
Binary file not shown.
BIN
assets/fonts/source-sans-pro/greek/source-sans-pro-regular.woff2
Normal file
BIN
assets/fonts/source-sans-pro/greek/source-sans-pro-regular.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/source-sans-pro/latin/source-sans-pro-600.woff
Normal file
BIN
assets/fonts/source-sans-pro/latin/source-sans-pro-600.woff
Normal file
Binary file not shown.
BIN
assets/fonts/source-sans-pro/latin/source-sans-pro-600.woff2
Normal file
BIN
assets/fonts/source-sans-pro/latin/source-sans-pro-600.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/source-sans-pro/latin/source-sans-pro-700.woff
Normal file
BIN
assets/fonts/source-sans-pro/latin/source-sans-pro-700.woff
Normal file
Binary file not shown.
BIN
assets/fonts/source-sans-pro/latin/source-sans-pro-700.woff2
Normal file
BIN
assets/fonts/source-sans-pro/latin/source-sans-pro-700.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/source-sans-pro/latin/source-sans-pro-regular.woff
Normal file
BIN
assets/fonts/source-sans-pro/latin/source-sans-pro-regular.woff
Normal file
Binary file not shown.
BIN
assets/fonts/source-sans-pro/latin/source-sans-pro-regular.woff2
Normal file
BIN
assets/fonts/source-sans-pro/latin/source-sans-pro-regular.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
assets/fonts/source-sans-pro/vietnamese/source-sans-pro-600.woff
Normal file
BIN
assets/fonts/source-sans-pro/vietnamese/source-sans-pro-600.woff
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/fonts/source-sans-pro/vietnamese/source-sans-pro-700.woff
Normal file
BIN
assets/fonts/source-sans-pro/vietnamese/source-sans-pro-700.woff
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12
default.hbs
12
default.hbs
|
@ -33,8 +33,8 @@
|
|||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
|
||||
url("{{asset 'fonts/source-sans-pro/source-sans-pro-regular.woff2'}}") format('woff2'),
|
||||
url("{{asset 'fonts/source-sans-pro/source-sans-pro-regular.woff'}}") format('woff');
|
||||
url("{{asset 'fonts/source-sans-pro/latin/source-sans-pro-regular.woff2'}}") format('woff2'),
|
||||
url("{{asset 'fonts/source-sans-pro/latin/source-sans-pro-regular.woff'}}") format('woff');
|
||||
}
|
||||
|
||||
/* source-sans-pro-600 */
|
||||
|
@ -44,8 +44,8 @@
|
|||
font-weight: 600;
|
||||
font-display: swap;
|
||||
src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
|
||||
url("{{asset 'fonts/source-sans-pro/source-sans-pro-600.woff2'}}") format('woff2'),
|
||||
url("{{asset 'fonts/source-sans-pro/source-sans-pro-600.woff'}}") format('woff');
|
||||
url("{{asset 'fonts/source-sans-pro/latin/source-sans-pro-600.woff2'}}") format('woff2'),
|
||||
url("{{asset 'fonts/source-sans-pro/latin/source-sans-pro-600.woff'}}") format('woff');
|
||||
}
|
||||
|
||||
/* source-sans-pro-700 */
|
||||
|
@ -55,8 +55,8 @@
|
|||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
|
||||
url("{{asset 'fonts/source-sans-pro/source-sans-pro-700.woff2'}}") format('woff2'),
|
||||
url("{{asset 'fonts/source-sans-pro/source-sans-pro-700.woff'}}") format('woff');
|
||||
url("{{asset 'fonts/source-sans-pro/latin/source-sans-pro-700.woff2'}}") format('woff2'),
|
||||
url("{{asset 'fonts/source-sans-pro/latin/source-sans-pro-700.woff'}}") format('woff');
|
||||
}
|
||||
|
||||
/* iconmoon */
|
||||
|
|
|
@ -54,5 +54,5 @@
|
|||
"desktop": "assets/screenshot-desktop.jpg",
|
||||
"mobile": "assets/screenshot-mobile.jpg"
|
||||
},
|
||||
"version": "0.8.6"
|
||||
"version": "0.8.7"
|
||||
}
|
||||
|
|
BIN
src/sass/fonts/source-sans-pro/cyrillic/source-sans-pro-600.woff
Normal file
BIN
src/sass/fonts/source-sans-pro/cyrillic/source-sans-pro-600.woff
Normal file
Binary file not shown.
Binary file not shown.
BIN
src/sass/fonts/source-sans-pro/cyrillic/source-sans-pro-700.woff
Normal file
BIN
src/sass/fonts/source-sans-pro/cyrillic/source-sans-pro-700.woff
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/sass/fonts/source-sans-pro/greek/source-sans-pro-600.woff
Normal file
BIN
src/sass/fonts/source-sans-pro/greek/source-sans-pro-600.woff
Normal file
Binary file not shown.
BIN
src/sass/fonts/source-sans-pro/greek/source-sans-pro-600.woff2
Normal file
BIN
src/sass/fonts/source-sans-pro/greek/source-sans-pro-600.woff2
Normal file
Binary file not shown.
BIN
src/sass/fonts/source-sans-pro/greek/source-sans-pro-700.woff
Normal file
BIN
src/sass/fonts/source-sans-pro/greek/source-sans-pro-700.woff
Normal file
Binary file not shown.
BIN
src/sass/fonts/source-sans-pro/greek/source-sans-pro-700.woff2
Normal file
BIN
src/sass/fonts/source-sans-pro/greek/source-sans-pro-700.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/sass/fonts/source-sans-pro/latin/source-sans-pro-600.woff
Normal file
BIN
src/sass/fonts/source-sans-pro/latin/source-sans-pro-600.woff
Normal file
Binary file not shown.
BIN
src/sass/fonts/source-sans-pro/latin/source-sans-pro-600.woff2
Normal file
BIN
src/sass/fonts/source-sans-pro/latin/source-sans-pro-600.woff2
Normal file
Binary file not shown.
BIN
src/sass/fonts/source-sans-pro/latin/source-sans-pro-700.woff
Normal file
BIN
src/sass/fonts/source-sans-pro/latin/source-sans-pro-700.woff
Normal file
Binary file not shown.
BIN
src/sass/fonts/source-sans-pro/latin/source-sans-pro-700.woff2
Normal file
BIN
src/sass/fonts/source-sans-pro/latin/source-sans-pro-700.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -35,7 +35,7 @@ mix.js('js/helpers.js', 'js/')
|
|||
processCssUrls: false
|
||||
})
|
||||
.copy('sass/fonts/icomoon/*.*', '../assets/fonts/icomoon/')
|
||||
.copy('sass/fonts/source-sans-pro/*.*', '../assets/fonts/source-sans-pro/')
|
||||
.copyDirectory('sass/fonts/source-sans-pro/', '../assets/fonts/source-sans-pro/')
|
||||
.copy('js/vendor/content-api.min.js', '../assets/js/vendor/')
|
||||
.browserSync({
|
||||
proxy: "localhost:2368",
|
||||
|
|
Loading…
Reference in a new issue