remove letter-spacing
This commit is contained in:
parent
32b8da0ae2
commit
f85aa6159c
4 changed files with 1 additions and 4 deletions
|
|
@ -59,7 +59,6 @@
|
||||||
* {
|
* {
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
letter-spacing: -0.03ch;
|
|
||||||
-webkit-font-smoothing: none;
|
-webkit-font-smoothing: none;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,6 @@
|
||||||
* {
|
* {
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
letter-spacing: -0.03ch;
|
|
||||||
-webkit-font-smoothing: none;
|
-webkit-font-smoothing: none;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,6 @@
|
||||||
* {
|
* {
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
letter-spacing: -0.03ch;
|
|
||||||
-webkit-font-smoothing: none;
|
-webkit-font-smoothing: none;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
test.sh
2
test.sh
|
|
@ -7,6 +7,6 @@ if [ -z "$output" ]
|
||||||
then
|
then
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
echo "Build doesn't match, wanna run \`npm run build\`?"
|
echo "Please commit the latest build of 98.css (git commit)"
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue