Use semibold font
This commit is contained in:
parent
f9536cf21a
commit
a7d855cc5d
|
@ -5,6 +5,10 @@ a
|
||||||
&:hover
|
&:hover
|
||||||
@apply underline
|
@apply underline
|
||||||
|
|
||||||
|
b,
|
||||||
|
strong
|
||||||
|
@apply font-semibold
|
||||||
|
|
||||||
main a
|
main a
|
||||||
@apply underline
|
@apply underline
|
||||||
|
|
||||||
|
@ -16,7 +20,7 @@ main a
|
||||||
@apply text-white bg-blue outline-none px-px -mx-px
|
@apply text-white bg-blue outline-none px-px -mx-px
|
||||||
|
|
||||||
h1, h2, h3
|
h1, h2, h3
|
||||||
@apply text-black mb-2
|
@apply text-black mb-2 font-semibold
|
||||||
|
|
||||||
.content h2,
|
.content h2,
|
||||||
.content h3
|
.content h3
|
||||||
|
|
Loading…
Reference in a new issue