tailwindcss之默认font-weight的数字和字母关系:
| class name | property |
|---|---|
| font-thin | font-weight: 100 |
| font-extralight | font-weight: 200 |
| font-light | font-weight: 300 |
| font-normal | font-weight: 400 |
| font-medium | font-weight: 500 |
| font-semibold | font-weight: 600 |
| font-bold | font-weight: 700 |
| font-extrabold | font-weight: 800 |
| font-black | font-weight: 900 |
参考: https://tailwindcss.com/docs/font-weight
补充: 关于border-width, 为啥没有 border-height,因为 这个其实定义的是border的视觉宽度,从左往右看,就好理解了,虽然会有 border-top-width, 但是都是一样的效果 参考: https://tailwindcss.com/docs/border-width
