We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd847d0 commit 51a9933Copy full SHA for 51a9933
src/rust/lib.rs
@@ -267,7 +267,7 @@ fn svg_to_bytes(
267
}
268
};
269
270
- if !cfg!(target_os ="windows") ||!cfg!(target_os ="macos"){
+ if !cfg!(any(target_os ="windows",target_os="macos")) {
271
font_family = none_or_take(font_family, "Times New Roman");
272
serif_family = none_or_take(serif_family, "Times New Roman");
273
sans_serif_family = none_or_take(sans_serif_family, "Arial");
0 commit comments