This commit is contained in:
connors 2014-01-29 12:41:24 -08:00
Родитель f4aa3e0007
Коммит fae148a070
2 изменённых файлов: 4 добавлений и 4 удалений

4
dist/ratchet.css поставляемый
Просмотреть файл

@ -1117,7 +1117,7 @@ input[type="button"] {
}
@font-face {
font-family: ratchicons;
font-family: Ratchicons;
src: url("ratchicons/ratchicons.eot");
src: url("ratchicons/ratchicons.eot?#iefix") format("embedded-opentype"), url("ratchicons/ratchicons.woff") format("woff"), url("ratchicons/ratchicons.ttf") format("truetype"), url("ratchicons/ratchicons.svg#svgFontName") format("svg");
font-weight: normal;
@ -1126,7 +1126,7 @@ input[type="button"] {
.icon {
display: inline-block;
font-family: ratchicons;
font-family: Ratchicons;
font-size: 24px;
text-decoration: none;
line-height: 1;

Просмотреть файл

@ -3,7 +3,7 @@
// --------------------------------------------------
@font-face {
font-family: ratchicons;
font-family: Ratchicons;
src: url("ratchicons/ratchicons.eot");
src: url("ratchicons/ratchicons.eot?#iefix") format("embedded-opentype"),
url("ratchicons/ratchicons.woff") format("woff"),
@ -14,7 +14,7 @@
}
.icon {
display: inline-block;
font-family: ratchicons;
font-family: Ratchicons;
font-size: 24px;
text-decoration: none;
line-height: 1;