Skip to content

Commit

Permalink
Merge branch 'latest'
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchoolur committed Jun 15, 2021
2 parents e6f21fd + d01acad commit 52edfb4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added site/static/fonts/lg.woff2
Binary file not shown.
Binary file added src/fonts/lg.woff2
Binary file not shown.
3 changes: 2 additions & 1 deletion src/scss/_lg-fonts.scss
@@ -1,6 +1,7 @@
@font-face {
font-family: 'lg';
src: url('#{$lg-path-fonts}/lg.ttf?io9a6k') format('truetype'),
src: url('#{$lg-path-fonts}/lg.woff2?io9a6k') format('woff2'),
url('#{$lg-path-fonts}/lg.ttf?io9a6k') format('truetype'),
url('#{$lg-path-fonts}/lg.woff?io9a6k') format('woff'),
url('#{$lg-path-fonts}/lg.svg?io9a6k#lg') format('svg');
font-weight: normal;
Expand Down

0 comments on commit 52edfb4

Please sign in to comment.