Skip to content

Instantly share code, notes, and snippets.

@japanetfutan
Last active August 29, 2015 14:26
Show Gist options
  • Save japanetfutan/f1e942178480d61b8b92 to your computer and use it in GitHub Desktop.
Save japanetfutan/f1e942178480d61b8b92 to your computer and use it in GitHub Desktop.
evernote-clearly.css
@font-face { font-family: 'Noto Sans Japanese'; font-style: normal; font-weight: 400; src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.otf) format('opentype'); }
@font-face { font-family: 'Noto Sans Japanese'; font-style: normal; font-weight: 700; src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format('opentype'); }
* {font-family:'Noto Sans Japanese'!important}
h1 {line-height: 1.5em !important;margin-bottom: 0.5em !important;}
#text tr:nth-child(even) { background: #E5E5E5; }
#text th { border-bottom: 1px dashed #888; }
img{ display: block; margin: 0 auto 1.8em auto; }
#text blockquote { border-color: #bababa; color: #656565; }
#text thead { background-color: #dadada; }
#text code{ padding: 0.2em 0.4em 0.1em; background-color: #E0E0E0; border-radius: 6px; word-wrap: break-word;}
#text pre { padding: 0.5em 1.0em 0.5em; background-color: #E0E0E0; border-radius: 6px; word-wrap: break-word;}
#box_inner{width: 1000px;}
#box{margin-right: 800px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment