Skip to content

Commit b0c81f9

Browse files
committed
Convert CSS::Properties to a unit class
1 parent cdda0ef commit b0c81f9

File tree

2 files changed

+741
-742
lines changed

2 files changed

+741
-742
lines changed

lib/CSS/Font.rakumod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ class CSS::Font {
155155
}
156156
}
157157
}
158+
158159
my $patt = $FontConfig.new: :$all, :$best, |%patt;
160+
159161
if $all || $best {
160162
$patt.match-series(:$all, :$best).map: *.file;
161163
}

0 commit comments

Comments
 (0)