Administration: Remove duplicate font-face
declaration in Dashicons CSS.
This was causing console warnings in some browsers. Props aduth, joen, afercia, timph, ianbelanger. Fixes #47183. git-svn-id: https://develop.svn.wordpress.org/trunk@45310 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
851cb8b8f2
commit
cc12950d41
@ -5,14 +5,6 @@
|
||||
*/
|
||||
|
||||
/* stylelint-disable function-url-quotes, declaration-colon-newline-after */
|
||||
|
||||
@font-face {
|
||||
font-family: dashicons;
|
||||
src: url("../fonts/dashicons.eot?50db0456fde2a241f005968eede3f987");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: dashicons;
|
||||
src: url("../fonts/dashicons.eot?50db0456fde2a241f005968eede3f987");
|
||||
|
Loading…
Reference in New Issue
Block a user