Skip to content

Instantly share code, notes, and snippets.

@cjaewon
Last active April 15, 2023 14:50
Show Gist options
  • Select an option

  • Save cjaewon/350c8a10bffb527853b737b4dc3a3fa8 to your computer and use it in GitHub Desktop.

Select an option

Save cjaewon/350c8a10bffb527853b737b4dc3a3fa8 to your computer and use it in GitHub Desktop.
better text viewer for txt file in chrome
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