UNPKG

773 BSCSSView Raw
1@font-face {
2 font-family: 'lg';
3 src: url('#{$lg-path-fonts}/lg.woff2?io9a6k') format('woff2'),
4 url('#{$lg-path-fonts}/lg.ttf?io9a6k') format('truetype'),
5 url('#{$lg-path-fonts}/lg.woff?io9a6k') format('woff'),
6 url('#{$lg-path-fonts}/lg.svg?io9a6k#lg') format('svg');
7 font-weight: normal;
8 font-style: normal;
9 font-display: block;
10}
11
12.lg-icon {
13 /* use !important to prevent issues with browser extensions that change fonts */
14 font-family: 'lg' !important;
15 speak: never;
16 font-style: normal;
17 font-weight: normal;
18 font-variant: normal;
19 text-transform: none;
20 line-height: 1;
21
22 /* Better Font Rendering =========== */
23 -webkit-font-smoothing: antialiased;
24 -moz-osx-font-smoothing: grayscale;
25}