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-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";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue