Skip to content

Commit 52edfb4

Browse files
committed
Merge branch 'latest'
2 parents e6f21fd + d01acad commit 52edfb4

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

site/static/fonts/lg.woff2

2.28 KB
Binary file not shown.

src/fonts/lg.woff2

2.28 KB
Binary file not shown.

src/scss/_lg-fonts.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@font-face {
22
font-family: 'lg';
3-
src: url('#{$lg-path-fonts}/lg.ttf?io9a6k') format('truetype'),
3+
src: url('#{$lg-path-fonts}/lg.woff2?io9a6k') format('woff2'),
4+
url('#{$lg-path-fonts}/lg.ttf?io9a6k') format('truetype'),
45
url('#{$lg-path-fonts}/lg.woff?io9a6k') format('woff'),
56
url('#{$lg-path-fonts}/lg.svg?io9a6k#lg') format('svg');
67
font-weight: normal;

0 commit comments

Comments
 (0)