Skip to content

Instantly share code, notes, and snippets.

@ituki
Created December 12, 2013 07:30
Show Gist options
  • Save ituki/7924382 to your computer and use it in GitHub Desktop.
Save ituki/7924382 to your computer and use it in GitHub Desktop.
Androidの文字を太字にする方法2種 ref: http://qiita.com/ituki_b/items/ec36b3f9c3273c08a582
text-shadow:1px 0 1px 色
font-family: monospace;
font-weight: bold;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment