mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-30 17:20:31 +02:00
@@ -28,11 +28,11 @@ const buildOutline = async () => {
|
||||
}
|
||||
|
||||
await outlineStroke(contents, {
|
||||
optCurve: false,
|
||||
optCurve: true,
|
||||
steps: 4,
|
||||
round: 0,
|
||||
centerHorizontally: true,
|
||||
fixedWidth: true,
|
||||
fixedWidth: false,
|
||||
color: 'black'
|
||||
}).then(outlined => {
|
||||
if (unicode) {
|
||||
|
@@ -16,8 +16,8 @@ webfont({
|
||||
normalize: true,
|
||||
fontHeight,
|
||||
descent: 100,
|
||||
ascent: 986.5,
|
||||
fixedWidth: true
|
||||
ascent: 900,
|
||||
fixedWidth: false
|
||||
})
|
||||
.then((result) => {
|
||||
formats.forEach(format => {
|
||||
|
Reference in New Issue
Block a user