Файл: libs/css/icons.css
Строк: 70
@font-face {
font-family: 'icons';
src: url('icons.ttf')
format('truetype');
font-weight: normal;
font-style: normal;
}
.icon
{
font-family: 'icons';
speak: none;
font-style: normal;
font-weight:
normal;
font-variant: normal;
text-transform: none;
line-height:
1;
-webkit-font-feature-settings:
"liga";
-moz-font-feature-settings:
"liga=1";
-moz-font-feature-settings:
"liga";
-ms-font-feature-settings: "liga"
1;
-o-font-feature-settings: "liga";
font-feature-settings:
"liga";
-webkit-font-smoothing:
antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon.home:before
{
content: "\e900";
}
.icon.user:before {
content:
"\e971";
}
.icon.user-add:before {
content:
"\e973";
}
.icon.edit:before {
content:
"\e905";
}
.icon.delete:before {
content:
"\e9ac";
}
.icon.photo:before {
content:
"\e90f";
}
.icon.settings:before {
content:
"\e992";
}
.icon.exit:before {
content:
"\e9b6";
}
.icon.users:before {
content: "\e972";
}