Skip to content

Commit 3edaa6a

Browse files
committed
가독성을 위한 코드 추
1 parent fcce5bc commit 3edaa6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_sass/_typography.scss

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ p {
1313
line-height: 1.8;
1414
word-break: keep-all;
1515
letter-spacing: -0.5px;
16+
font-weight: lighter;
17+
transform: rotate(-0.0000000001deg);
18+
text-shadow: 0 0 1px rgba(0,0,0,0.3);
19+
-webkit-text-size-adjust: antialiased;
20+
-moz-osx-font-smoothing: grayscale;
1621
}
1722

1823
small,

0 commit comments

Comments
 (0)