@@ 21,7 21,7 @@ do
font-family: %s;
font-style: %s;
font-weight: %s;
-font-display: swap;
+font-display: optional;
src: url("data:application/font-woff2;charset=utf-8;base64,%s") format("woff2");
}
' "$family" "$style" "$weight" $(base64 -w0 < "$path")