mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Replace rainloop glyphs font with cleaned up snappymail glyph font
This commit is contained in:
parent
8e73926725
commit
e562ed159c
10 changed files with 399 additions and 371 deletions
|
|
@ -19,11 +19,11 @@ const lightgalleryFontsClear = () => del('rainloop/v/' + config.devVersion + '/s
|
|||
const lightgallery = gulp.series(lightgalleryFontsClear);
|
||||
|
||||
// fontastic
|
||||
const fontasticFontsClear = () => del('rainloop/v/' + config.devVersion + '/static/css/fonts/rainloop.*');
|
||||
const fontasticFontsClear = () => del('rainloop/v/' + config.devVersion + '/static/css/fonts/snappymail.*');
|
||||
|
||||
const fontasticFontsCopy = () =>
|
||||
gulp
|
||||
.src('vendors/fontastic/fonts/rainloop.*')
|
||||
.src('vendors/fontastic/fonts/snappymail.*')
|
||||
.pipe(gulp.dest('rainloop/v/' + config.devVersion + '/static/css/fonts'));
|
||||
|
||||
const fontastic = gulp.series(fontasticFontsClear, fontasticFontsCopy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue