Browse Source

Merge pull request #417 from twbs/run-grunt-fix-fonts

Run grunt to fix the font links
pull/389/head
Connor Sears 11 years ago
parent
commit
7088fb7d7e
  1. 4
      docs/dist/css/ratchet.css
  2. 2
      docs/dist/css/ratchet.min.css

4
docs/dist/css/ratchet.css vendored

@ -1250,8 +1250,8 @@ select {
@font-face {
font-family: Ratchicons;
src: url("fonts/ratchicons.eot");
src: url("fonts/ratchicons.eot?#iefix") format("embedded-opentype"), url("fonts/ratchicons.woff") format("woff"), url("fonts/ratchicons.ttf") format("truetype"), url("fonts/ratchicons.svg#svgFontName") format("svg");
src: url("../fonts/ratchicons.eot");
src: url("../fonts/ratchicons.eot?#iefix") format("embedded-opentype"), url("../fonts/ratchicons.woff") format("woff"), url("../fonts/ratchicons.ttf") format("truetype"), url("../fonts/ratchicons.svg#svgFontName") format("svg");
font-weight: normal;
font-style: normal;
}

2
docs/dist/css/ratchet.min.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save