We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6f21fd + d01acad commit 52edfb4Copy full SHA for 52edfb4
site/static/fonts/lg.woff2
2.28 KB
src/fonts/lg.woff2
src/scss/_lg-fonts.scss
@@ -1,6 +1,7 @@
1
@font-face {
2
font-family: 'lg';
3
- src: url('#{$lg-path-fonts}/lg.ttf?io9a6k') format('truetype'),
+ 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;
0 commit comments