Skip to content

Commit

Permalink
Font property font-family does not have generic default
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Jan 26, 2025
1 parent 373cb5b commit 5ce84b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/glyph/css/jhlite-icons-embedded.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/glyph/css/jhlite-icons-ie7.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[class^='jhlite-icon-'],
[class*=' jhlite-icon-'] {
font-family: 'jhlite-icons';
font-family: 'jhlite-icons', sans-serif;
font-style: normal;
font-weight: normal;

Expand Down
2 changes: 1 addition & 1 deletion src/main/glyph/css/jhlite-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
[class^='jhlite-icon-']:before,
[class*=' jhlite-icon-']:before {
font-family: 'jhlite-icons';
font-family: 'jhlite-icons', sans-serif;
font-style: normal;
font-weight: normal;
speak: never;
Expand Down

0 comments on commit 5ce84b6

Please sign in to comment.