Skip to content

Commit

Permalink
Fix typo in css test files
Browse files Browse the repository at this point in the history
  • Loading branch information
racodond committed May 24, 2016
1 parent 5d734ca commit 3957c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css-checks/src/test/resources/checks/fontface/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
@font-face {
font-family: 'MyWebFont';
src: url('myfont.eot');
src: locale('font');
src: local('font');
}

@font-face {
Expand Down
2 changes: 1 addition & 1 deletion css-checks/src/test/resources/checks/fontface/deepest.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@
@font-face {
font-family: 'MyWebFont';
src: url('myfont.eot');
src: locale('font');
src: local('font');
}

0 comments on commit 3957c0a

Please sign in to comment.