Regen dist/

This commit is contained in:
0x1eef 2024-01-28 03:43:58 -03:00
parent 54d17a2e22
commit a68f6dabf8
4 changed files with 37 additions and 1 deletions

36
dist/tail.css vendored
View file

@ -3694,6 +3694,42 @@
font-style: normal;
}
.font-thin {
font-weight: 100;
}
.font-extralight {
font-weight: 200;
}
.font-light {
font-weight: 300;
}
.font-normal {
font-weight: 400;
}
.font-medium {
font-weight: 500;
}
.font-semibold {
font-weight: 600;
}
.font-bold {
font-weight: 700;
}
.font-extrabold {
font-weight: 800;
}
.font-black {
font-weight: 900;
}
.normal-nums {
font-variant-numeric: normal;
}

BIN
dist/tail.css.gz vendored

Binary file not shown.

2
dist/tail.min.css vendored

File diff suppressed because one or more lines are too long

BIN
dist/tail.min.css.gz vendored

Binary file not shown.