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, {
|
await outlineStroke(contents, {
|
||||||
optCurve: false,
|
optCurve: true,
|
||||||
steps: 4,
|
steps: 4,
|
||||||
round: 0,
|
round: 0,
|
||||||
centerHorizontally: true,
|
centerHorizontally: true,
|
||||||
fixedWidth: true,
|
fixedWidth: false,
|
||||||
color: 'black'
|
color: 'black'
|
||||||
}).then(outlined => {
|
}).then(outlined => {
|
||||||
if (unicode) {
|
if (unicode) {
|
||||||
|
@@ -16,8 +16,8 @@ webfont({
|
|||||||
normalize: true,
|
normalize: true,
|
||||||
fontHeight,
|
fontHeight,
|
||||||
descent: 100,
|
descent: 100,
|
||||||
ascent: 986.5,
|
ascent: 900,
|
||||||
fixedWidth: true
|
fixedWidth: false
|
||||||
})
|
})
|
||||||
.then((result) => {
|
.then((result) => {
|
||||||
formats.forEach(format => {
|
formats.forEach(format => {
|
||||||
|
Reference in New Issue
Block a user