add display: swap

This commit is contained in:
Dennis Eichhorn 2023-09-26 19:04:57 +00:00
parent d0ea50fb25
commit c90eb0fe29
4 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,6 @@
@font-face { @font-face {
font-family: 'Linearicons-Free'; font-family: 'Linearicons-Free';
font-display: swap;
src:url('../fonts/Linearicons-Free.eot?w118d'); src:url('../fonts/Linearicons-Free.eot?w118d');
src:url('../fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'), src:url('../fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
url('../fonts/Linearicons-Free.woff2?w118d') format('woff2'), url('../fonts/Linearicons-Free.woff2?w118d') format('woff2'),

View File

@ -10,6 +10,7 @@ Author: lineicons.com
src: url('../fonts/LineIcons.eot') format('embedded-opentype'), url('../fonts/LineIcons.woff2') format('woff2'), url('../fonts/LineIcons.woff') format('woff'), url('../fonts/LineIcons.ttf') format('truetype'), url('../fonts/LineIcons.svg') format('svg'); src: url('../fonts/LineIcons.eot') format('embedded-opentype'), url('../fonts/LineIcons.woff2') format('woff2'), url('../fonts/LineIcons.woff') format('woff'), url('../fonts/LineIcons.ttf') format('truetype'), url('../fonts/LineIcons.svg') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
font-display: swap;
} }
/*------------------------ /*------------------------
base class definition base class definition