Dashicons CSS: one-word font families don't need quotes. Font families with a space in the name should use double-quotes (doesn't apply here).

Props afercia.
Fixes #32866.


git-svn-id: https://develop.svn.wordpress.org/trunk@33912 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-09-05 19:56:15 +00:00
parent 38038ccba3
commit b8e30f3ec7
22 changed files with 72 additions and 72 deletions

View File

@@ -469,7 +469,7 @@ span.wp-media-buttons-icon:before {
#post-body #visibility:before,
.curtime #timestamp:before,
#post-body .misc-pub-revisions:before {
font: normal 20px/1 'dashicons';
font: normal 20px/1 dashicons;
speak: none;
display: inline-block;
padding: 0 2px 0 0;
@@ -802,7 +802,7 @@ span.wp-media-buttons-icon:before {
display: block;
height: 20px;
width: 20px;
font: normal 20px/1 'dashicons' !important;
font: normal 20px/1 dashicons !important;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@@ -841,7 +841,7 @@ label.post-format-icon {
position: relative;
display: inline-block;
margin-right: 7px;
font: normal 20px/1 'dashicons';
font: normal 20px/1 dashicons;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;