Skip to content

Instantly share code, notes, and snippets.

@sangheonhan
Created January 11, 2019 07:09
Show Gist options
  • Save sangheonhan/1817c865a3e439ee415f825feed83545 to your computer and use it in GitHub Desktop.
Save sangheonhan/1817c865a3e439ee415f825feed83545 to your computer and use it in GitHub Desktop.
firefox에서 cleaver의 <strong>, <b>가 볼드로 처리되지 않는 문제를 수정하는 CSS
strong, b {
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment