Skip to content

Commit

Permalink
Exclude font awesome font files from line term
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Aug 28, 2016
1 parent 07a782b commit 25147aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_lineterm.php
Expand Up @@ -78,7 +78,7 @@ function process_files( $p_dir, $p_rewrite = false ) {

default:
# File extensions
if( preg_match( '/\.(jpg|gif|png|zip|wav|ttf)$/', $file ) ) {
if( preg_match( '/\.(jpg|gif|png|zip|wav|ttf|woff|woff2)$/', $file ) ) {
continue 2;
}
}
Expand Down

0 comments on commit 25147aa

Please sign in to comment.