Make WordPress Core

Changeset 45312


Ignore:
Timestamp:
05/15/2019 07:46:45 PM (6 years ago)
Author:
desrosj
Message:

Administration: Remove duplicate font-face declaration in Dashicons CSS.

This was causing console warnings in some browsers.

Merges [45310] to the 5.2 branch.

Props aduth, joen, afercia, timph, ianbelanger.
Fixes #47183.

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

  • branches/5.2/src/wp-includes/css/dashicons.css

    r45225 r45312  
    66
    77/* stylelint-disable function-url-quotes, declaration-colon-newline-after */
    8 
    9 @font-face {
    10     font-family: dashicons;
    11     src: url("../fonts/dashicons.eot?50db0456fde2a241f005968eede3f987");
    12     font-weight: 400;
    13     font-style: normal;
    14 }
    15 
    168@font-face {
    179    font-family: dashicons;
Note: See TracChangeset for help on using the changeset viewer.