Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into dev
This commit is contained in:
commit
bf878775be
|
@ -1,8 +1,8 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'salixfont';
|
font-family: 'salixfont';
|
||||||
src: url('./salixfont.ttf?74ph29') format('truetype'),
|
src: url('./salixfont.ttf?wiyr0v') format('truetype'),
|
||||||
url('./salixfont.woff?74ph29') format('woff'),
|
url('./salixfont.woff?wiyr0v') format('woff'),
|
||||||
url('./salixfont.svg?74ph29#salixfont') format('svg');
|
url('./salixfont.svg?wiyr0v#salixfont') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,12 @@
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-services:before {
|
||||||
|
content: "\e93f";
|
||||||
|
}
|
||||||
|
.icon-100:before {
|
||||||
|
content: "\e940";
|
||||||
|
}
|
||||||
.icon-actions:before {
|
.icon-actions:before {
|
||||||
content: "\e900";
|
content: "\e900";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue