Last active
April 15, 2023 14:50
-
-
Save cjaewon/350c8a10bffb527853b737b4dc3a3fa8 to your computer and use it in GitHub Desktop.
better text viewer for txt file in chrome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| margin: 0 auto; | |
| padding: 0; | |
| box-sizing: border-box; | |
| font-family: -apple-system,BlinkMacSystemFont,apple sd gothic neo,pretendard variable,Pretendard,Roboto,noto sans kr,segoe ui,malgun gothic,apple color emoji,segoe ui emoji,segoe ui symbol,sans-serif; | |
| text-shadow: 0 0 0.1px rgba(0,0,0,.3); | |
| -webkit-font-smoothing: antialiased; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-font-smoothing: antialiased; | |
| max-width: 672px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment