Make WordPress Core

Ticket #24012: 24012.diff

File 24012.diff, 1.2 KB (added by obenland, 12 years ago)
  • wp-content/themes/twentythirteen/css/ie.css

     
    11/*
    22Styles for older IE versions (previous to IE9).
    33*/
     4
     5@font-face {
     6        font-family: 'Bitter';
     7        font-style: normal;
     8        font-weight: 400;
     9        src: url(//themes.googleusercontent.com/static/fonts/bitter/v4/XexqN1a_o27MhVVdJFKAcA.eot);
     10        src: local('Bitter-Regular'), url(//themes.googleusercontent.com/static/fonts/bitter/v4/XexqN1a_o27MhVVdJFKAcA.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/bitter/v4/SHIcXhdd5RknatSgOzyEkA.woff) format('woff');
     11}
     12@font-face {
     13        font-family: 'Bitter';
     14        font-style: normal;
     15        font-weight: 700;
     16        src: url(//themes.googleusercontent.com/static/fonts/bitter/v4/evC1haE-MsorTl_A7_uSGfY6323mHUZFJMgTvxaG2iE.eot);
     17        src: local('Bitter-Bold'), url(//themes.googleusercontent.com/static/fonts/bitter/v4/evC1haE-MsorTl_A7_uSGfY6323mHUZFJMgTvxaG2iE.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/bitter/v4/evC1haE-MsorTl_A7_uSGT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
     18}
     19
    420.site {
    521        min-width: 1040px;
    622}