updated fonts

This commit is contained in:
Gerard 2018-12-14 14:52:59 +01:00
parent ed8ac4652e
commit 8a28edf570
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";
}
@ -210,4 +216,4 @@
}
.icon-web:before {
content: "\e93e";
}
}