mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-02-15 11:48:41 +00:00
add display: swap
This commit is contained in:
parent
d0ea50fb25
commit
c90eb0fe29
2
fonts/fontawesome/css/font-awesome.min.css
vendored
2
fonts/fontawesome/css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -18,7 +18,7 @@ with others.
|
||||||
|
|
||||||
The OFL allows the licensed fonts to be used, studied, modified and
|
The OFL allows the licensed fonts to be used, studied, modified and
|
||||||
redistributed freely as long as they are not sold by themselves. The
|
redistributed freely as long as they are not sold by themselves. The
|
||||||
fonts, including any derivative works, can be bundled, embedded,
|
fonts, including any derivative works, can be bundled, embedded,
|
||||||
redistributed and/or sold with any software provided that any reserved
|
redistributed and/or sold with any software provided that any reserved
|
||||||
names are not used by derivative works. The fonts and derivatives,
|
names are not used by derivative works. The fonts and derivatives,
|
||||||
however, cannot be released under any other type of license. The
|
however, cannot be released under any other type of license. The
|
||||||
|
|
|
||||||
|
|
@ -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'),
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user