thephilgray / gulp-epub-starter

An opinionated static EPUB generator with Less and BrowserSync + Readium Cloud Reader for live reload development.
2 stars 0 forks source link

support common font types in font task #39

Closed thephilgray closed 5 years ago

thephilgray commented 5 years ago

Add woff, woff2, eot, svg

export const fonts = () =>
  gulp
    .src("./src/fonts/**/*.{ttf,otf,ttc,woff,woff2,eot,svg}")
    .pipe(gulp.dest(`${contentDir}/fonts/`));

See: https://css-tricks.com/snippets/css/using-font-face/

thephilgray commented 5 years ago

closed by #55