Change font

This commit is contained in:
Oliver Davies 2019-01-04 19:50:45 +00:00
parent a2d7a5bad0
commit 79632b4052
5 changed files with 6 additions and 11 deletions

View file

@ -7,7 +7,7 @@ a
b,
strong
@apply font-semibold
@apply font-bold
main a
@apply underline
@ -20,7 +20,7 @@ main a
@apply text-white bg-blue outline-none px-px -mx-px
h1, h2, h3
@apply text-black mb-2 font-semibold
@apply text-black mb-2 font-bold
.content h2,
.content h3

View file

@ -14,7 +14,7 @@
p,
li
code
@apply inline-block px-1 py-1 border border-grey-light font-semibold
@apply inline-block px-1 py-1 border border-grey-light font-bold
p:last-child
@apply mb-0