Skip to content

Commit

Permalink
sketchy: style bold text, fixes #1201
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Sep 15, 2022
1 parent 502e4ca commit c210f8c
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 2 deletions.
5 changes: 5 additions & 0 deletions dist/sketchy/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ textarea {
font-family: $font-family-sans-serif;
}

b,
strong {
font-family: $headings-font-family;
}

blockquote {
border-radius: 15px 27px 25px 25px/25px 25px 305px 635px;
}
Expand Down
5 changes: 5 additions & 0 deletions dist/sketchy/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -10957,6 +10957,11 @@ textarea {
font-family: Neucha, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

b,
strong {
font-family: "Cabin Sketch", cursive;
}

blockquote {
border-radius: 15px 27px 25px 25px/25px 25px 305px 635px;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/sketchy/bootstrap.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/5/sketchy/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ textarea {
font-family: $font-family-sans-serif;
}

b,
strong {
font-family: $headings-font-family;
}

blockquote {
border-radius: 15px 27px 25px 25px/25px 25px 305px 635px;
}
Expand Down
5 changes: 5 additions & 0 deletions docs/5/sketchy/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -10957,6 +10957,11 @@ textarea {
font-family: Neucha, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

b,
strong {
font-family: "Cabin Sketch", cursive;
}

blockquote {
border-radius: 15px 27px 25px 25px/25px 25px 305px 635px;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/5/sketchy/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit c210f8c

Please sign in to comment.