fontello icons added
This commit is contained in:
parent
cf24d7da37
commit
3f601ccaf4
15 changed files with 566 additions and 12 deletions
|
@ -4,7 +4,7 @@
|
|||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||
*/
|
||||
|
||||
|
||||
/* web font */
|
||||
.setLocalFontFace('roboto',300,'Roboto Light','Roboto-Light','roboto-light'); /* roboto light */
|
||||
.setLocalFontFace('roboto',400,'Roboto','Roboto-Regular','roboto-regular'); /* roboto regular */
|
||||
.setLocalFontFace('roboto',500,'Roboto Medium','Roboto-Medium','roboto-medium'); /* roboto medium */
|
||||
|
@ -12,3 +12,21 @@
|
|||
|
||||
.setLocalFontFace('roboto',400,'Roboto Condensed','RobotoCondensed-Regular','roboto-condensed'); /* roboto condensed */
|
||||
.setLocalFontFace('roboto',700,'Roboto Condensed Bold','RobotoCondensed-Bold','roboto-boldcondensed'); /* roboto condensed */
|
||||
|
||||
/* icon font */
|
||||
.setIconFontFace('fontello','fontello');
|
||||
|
||||
.icon, [class^="icon-"], [class*=" icon-"],
|
||||
.profile,
|
||||
.log-in,
|
||||
.log-out{
|
||||
.fontello();
|
||||
}
|
||||
|
||||
/* custom icon font */
|
||||
@import (less) "../fonts/icons/fontello-codes.css";
|
||||
|
||||
.profile{
|
||||
.icon-user;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue