v2.0.2-beta

This commit is contained in:
2021-01-13 14:17:30 -03:00
parent daab2b65f5
commit 10622c2e94
28 changed files with 456 additions and 744 deletions

33
assets/sass/_fonts.scss Normal file
View File

@ -0,0 +1,33 @@
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eotiedbpz');
src: url('../fonts/icomoon.eot?iedbpz#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?iedbpz') format('truetype'),
url('../fonts/icomoon.woff?iedbpz') format('woff'),
url('../fonts/icomoon.svg?iedbpz#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="font-icon"], [class*=" font-icon"] {
// use !important to prevent issues with browser extensions that change fonts
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
// Better Font Rendering ===========
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
i.font-icon.angle:before {
content: "\e900";
}
i.font-icon.chile:before {
content: "\e901";
}