This commit is contained in:
Juan Ferrer 2018-12-17 11:28:49 +01:00
commit bf878775be
1 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,8 @@
@font-face {
font-family: 'salixfont';
src: url('./salixfont.ttf?74ph29') format('truetype'),
url('./salixfont.woff?74ph29') format('woff'),
url('./salixfont.svg?74ph29#salixfont') format('svg');
src: url('./salixfont.ttf?wiyr0v') format('truetype'),
url('./salixfont.woff?wiyr0v') format('woff'),
url('./salixfont.svg?wiyr0v#salixfont') format('svg');
font-weight: normal;
font-style: normal;
}
@ -22,6 +22,12 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-services:before {
content: "\e93f";
}
.icon-100:before {
content: "\e940";
}
.icon-actions:before {
content: "\e900";
}