Fixed picto font rendering.
This commit is contained in:
parent
1e0429119b
commit
9f967b2f90
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Pictos';
|
font-family: 'Pictos';
|
||||||
src: url('../pictos-font/pictos-web.eot'); /* IE */
|
src: url('../pictos-font/pictos-web.eot'); /* IE */
|
||||||
src: local('☺'), url('../pictos-font/pictos-web.woff') format('../pictos-font/woff'), url('../pictos-font/pictos-web.ttf') format('../pictos-font/truetype'), url('../pictos-font/pictos-web.svg#webfontphKv1xv9') format('svg');/* non-IE */
|
src: local('☺'), url('../pictos-font/pictos-web.woff') format('woff'), url('../pictos-font/pictos-web.ttf') format('truetype'), url('../pictos-font/pictos-web.svg#webfontphKv1xv9') format('svg');/* non-IE */
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue