You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, excluding fonts from being rehashed by triggering the dontRenameFile option, only excludes the names of the fonts themselves in their folder, not their names in the CSS.
Hello, excluding fonts from being rehashed by triggering the dontRenameFile option, only excludes the names of the fonts themselves in their folder, not their names in the CSS.
The result of the above Gulp code:
Font names in "Fonts" folder:
trashhand-webfont.woff
trashhand-webfont.woff2
Font names in CSS:
@font-face {
font-family: trashhand;
src: url(../fonts/trashhand-webfont.6daa.woff2) format("woff2"), url(../fonts/trashhand-webfont.14b6.woff) format("woff")
}
The text was updated successfully, but these errors were encountered: