Fix font issue

This commit is contained in:
Ben Goldsworthy 2020-11-30 11:44:21 +00:00
parent a05d92b069
commit bc708ee216
7 changed files with 2741 additions and 200 deletions

View file

@ -1,7 +1,10 @@
@font-face { @font-face {
font-family: 'simple-line-icons'; font-family: 'simple-line-icons';
src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0'); src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0');
src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg'); src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'),
url('../fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'),
url('../fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'),
url('../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 178 KiB

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 233 KiB

After

Width:  |  Height:  |  Size: 175 KiB