Skip to content

Commit

Permalink
Commit tailwind font changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlongster committed May 26, 2020
1 parent 12af368 commit 17892d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions static/build/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -3502,11 +3502,11 @@ video {
}

.font-display {
font-family: Unica One;
font-family: Unica One, sans-serif;
}

.font-blog-display {
font-family: Roboto Slab;
font-family: Roboto Slab, serif;
}

.font-body {
Expand Down Expand Up @@ -7529,7 +7529,7 @@ body {

.post h1, .post h2, .post h3, .post h4 {
color: #3182ce;
font-family: Roboto Slab;
font-family: Roboto Slab, serif;
letter-spacing: -0.025em;
line-height: 1.25;
}
Expand Down Expand Up @@ -10584,11 +10584,11 @@ mjx-container {
}

.sm\:font-display {
font-family: Unica One;
font-family: Unica One, sans-serif;
}

.sm\:font-blog-display {
font-family: Roboto Slab;
font-family: Roboto Slab, serif;
}

.sm\:font-body {
Expand Down Expand Up @@ -17452,11 +17452,11 @@ mjx-container {
}

.md\:font-display {
font-family: Unica One;
font-family: Unica One, sans-serif;
}

.md\:font-blog-display {
font-family: Roboto Slab;
font-family: Roboto Slab, serif;
}

.md\:font-body {
Expand Down Expand Up @@ -24320,11 +24320,11 @@ mjx-container {
}

.lg\:font-display {
font-family: Unica One;
font-family: Unica One, sans-serif;
}

.lg\:font-blog-display {
font-family: Roboto Slab;
font-family: Roboto Slab, serif;
}

.lg\:font-body {
Expand Down

0 comments on commit 17892d8

Please sign in to comment.