changed icons font from foundicons to fonteollo

This commit is contained in:
coderaiser 2013-01-24 07:03:46 -05:00
parent b0544100ff
commit e8b98395f9
3 changed files with 10 additions and 15 deletions

View file

@ -104,7 +104,9 @@ clicked on menu item.
* Fixed bug with working links in path panel and
with clicks on files.
* Changed icons font from octicons to foundicons'
* Changed icons font from octicons to foundicons
* Changed icons font from foundicons to fonteollo
2012.12.12, Version 0.1.8

View file

@ -2,16 +2,6 @@
@import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono);
*/
/* Foundation Icons General Enclosed */
/*
@font-face {
font-family: 'FoundationIconsGeneralEnclosed';
src: url('//dl.dropbox.com/u/78163899/mnemonia/fonts/foundation-icons-general-enclosed.woff') format('woff');
font-weight: normal;
font-style: normal;
}
*/
/* символьный шрифт от гитхаба*/
@font-face {
font-family: "GeneralFoundicons";
@ -20,7 +10,7 @@
font-style: normal;
}
/* http://fontello.com/ */
@font-face {
font-family: 'Fontello';
font-style: normal;
@ -49,7 +39,7 @@ body{
.menu{
margin-bottom: 0;
font: 16px 'Octicons Regular';
font: 16px 'Octicons Regular';
}
.path-icon{
@ -78,13 +68,16 @@ body{
width:16px;
height:16px;
margin-left:0.5%;
font-family: 'GeneralFoundicons';
/* font-family: 'GeneralFoundicons'; */
font-family: 'Fontello';
}
.error::before{
position: relative;
color:rgb(222, 41, 41);
cursor:default;
content:'\f013';
/* content:'\f013'; */
content: '\2757';
font-size:14px;
}
.loading{
position:relative;

Binary file not shown.