-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing fonts into foundation sites #25
Comments
geremyAB
changed the title
Implementing fonts to foundaiton sites
Implementing fonts into foundation sites
Feb 17, 2016
Cheers man, helped me getting going with the ZURB template. Here is what I did
|
Larmor27 works fine with foundation-zurb-template at 6.2.3. |
HOORAY! Thanks. This got things sorted for me too! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be a tutorial on how to add awesome f-i-f to the new foundation sites ( ZF6 ) , well, after searching some information here and there, I managed to download the fonts (SVG , WOFF , TTF ) and additional folders for operation. I leave here in case any of you served.
import ' _foundation-icons ' ;
' Bower_components / foundation -icon -fonts '
// Foundation-icons
gulp.task ( ' copyfonts ', function () {
gulp.src ( './ bower_components / foundation -icon -fonts / ** / * . { ttf , woff , eof , svg }' )
.pipe ( gulp.dest ( ' dist / assets / css '));
} ) ;
sequence ( ' clean' , [ 'pages' , ' sass ', ' copyfonts ' 'javascript ' , 'images' , 'copy '] , ' Styleguide ' , done) ;
gulp.watch ( [ ' src / assets / SCSS / ** / * { ttf , woff , eof , svg } . '] [ ' copyfonts ']);
The text was updated successfully, but these errors were encountered: