Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
haakmal committed Jun 4, 2023
1 parent 4a756bc commit ee6ea83
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions css/skeleton-auto.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ body {
font-size: 18px;
line-height: 24px;
font-weight: 400;
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
sans-serif;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1 {
margin-top: 0;
margin-bottom: 16px;
margin-bottom: 0px;
font-weight: 800;
}
h1 {
Expand Down
4 changes: 2 additions & 2 deletions css/skeleton-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ body {
font-size: 18px;
line-height: 24px;
font-weight: 400;
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
sans-serif;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1 {
margin-top: 0;
margin-bottom: 16px;
margin-bottom: 0px;
font-weight: 800;
}
h1 {
Expand Down
4 changes: 2 additions & 2 deletions css/skeleton-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ body {
font-size: 18px;
line-height: 24px;
font-weight: 400;
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
sans-serif;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1 {
margin-top: 0;
margin-bottom: 16px;
margin-bottom: 0px;
font-weight: 800;
}
h1 {
Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
Dark: css/skeleton-dark.css
-->
<link rel="stylesheet" href="css/skeleton-auto.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<!-- Added Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">

<!-- Brand Styles -->
<link rel="stylesheet" href="css/brands.css">
Expand Down

0 comments on commit ee6ea83

Please sign in to comment.