Skip to content

Instantly share code, notes, and snippets.

@theeluwin
Created May 16, 2016 08:52
Show Gist options
  • Select an option

  • Save theeluwin/4dbfcc27448806f51e1382cc59d17c7d to your computer and use it in GitHub Desktop.

Select an option

Save theeluwin/4dbfcc27448806f51e1382cc59d17c7d to your computer and use it in GitHub Desktop.
@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
* {
font-family: "Noto Sans KR", "Helvetica Neue", sans-serif;
}
body {
padding-top: 70px;
}
ul, ol {
margin: 0;
padding: 0;
}
ul > li, ol > li {
list-style: none;
list-style-type: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment