build 0001

This commit is contained in:
Hell13Cat
2023-03-15 23:12:23 +03:00
parent 52379174ea
commit 485136abdc
44 changed files with 31247 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
// font icons support
@font-face {
font-family: 'lg';
src:
url('#{$lg-path-fonts}/lg.ttf?22t19m') format('truetype'),
url('#{$lg-path-fonts}/lg.woff?22t19m') format('woff'),
url('#{$lg-path-fonts}/lg.svg?22t19m#lg') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.lg-icon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'lg' !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;
}