Skip to content

Commit

Permalink
CSS updated to include font and change the font size in course activi…
Browse files Browse the repository at this point in the history
…ty box
  • Loading branch information
inoklim-twu committed Aug 19, 2024
1 parent 26228de commit 42f15b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion quarto/twu_styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* Fonts */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

/* Variables */

:root {
Expand Down Expand Up @@ -285,7 +289,7 @@ div.callout-important:not(.callout-titled) .callout-icon::before {

.course-activity-body {
padding: 1rem 1rem 0 1rem;
font-size: .9rem;
/* font-size: .9rem; */
}

.learning-activity-body table,
Expand Down

0 comments on commit 42f15b3

Please sign in to comment.