Skip to content

Commit

Permalink
Academy glowup (chainguard-dev#1728)
Browse files Browse the repository at this point in the history
Academy glowup and site improvements.

---------

Signed-off-by: Patrick Smyth <[email protected]>
  • Loading branch information
smythp authored Aug 4, 2024
1 parent 2e4eda2 commit aed0213
Show file tree
Hide file tree
Showing 28 changed files with 1,538 additions and 1,319 deletions.
2,001 changes: 1,036 additions & 965 deletions assets/scss/common/_custom.scss

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions assets/scss/common/_fontfamilies.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
$TextFont: "Inter", "Helvetica Neue", Arial, sans-serif;
$SidebarCateforyFont: "IBM Plex Mono", monospace;
$TextFont: "Lato", "Helvetica Neue", Arial, sans-serif;
$titleFont: "Bw Fusiona", "Helvetica Neue", Arial, sans-serif;
$monoFont: "Space Mono", monospace;
8 changes: 4 additions & 4 deletions assets/scss/common/_resets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ blockquote {
}

h1 {
font-family: $TextFont;
font-family: $titleFont;
font-style: normal;
font-weight: 600;
font-size: 36px;
Expand All @@ -76,7 +76,7 @@ h1 {
}

h2 {
font-family: $TextFont;
font-family: $titleFont;
font-style: normal;
font-weight: 600;
font-size: 24px;
Expand All @@ -85,7 +85,7 @@ h2 {
}

h3 {
font-family: $TextFont;
font-family: $titleFont;
font-style: normal;
font-weight: 600;
font-size: 20px;
Expand All @@ -96,7 +96,7 @@ h3 {

h4,
h5 {
font-family: $TextFont;
font-family:$titleFont;
}

// Link element reset, beats _dark.scss selectors
Expand Down
Loading

0 comments on commit aed0213

Please sign in to comment.