Set font-display to optional (closes #44)
This commit is contained in:
parent
51fbb8d0a7
commit
5412b58be5
|
@ -3,6 +3,7 @@
|
||||||
font-family: 'Material Icons Outlined';
|
font-family: 'Material Icons Outlined';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
font-display: optional;
|
||||||
src: url(Material-Icons-Outlined.woff2) format('woff2');
|
src: url(Material-Icons-Outlined.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue