Skip to content

Commit

Permalink
changed name and font
Browse files Browse the repository at this point in the history
  • Loading branch information
Oriane Guiziou-Lamour committed Oct 3, 2024
1 parent e967c19 commit 9d8b970
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- Add embed code for Google Font. -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Maname&display=swap" rel="stylesheet">

<!-- Link to your local stylesheet. -->
<link rel="stylesheet" href="style.css">
Expand Down
2 changes: 1 addition & 1 deletion narrative/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Narrative · Jeremy Boggs · DesignLab Portfolio</title>
<title>Narrative · Oriane Guiziou Lamour · DesignLab Portfolio</title>
<link rel="stylesheet" href="narrative.css">
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ html,body {
body {
background: var(--backgroundColor);
color: var(--defaultColor);
font: 20px "Zen Kaku Gothic New", sans-serif;
font-family: "Maname", serif;
font-size: 20px;
max-width: 700px;
margin: 0 auto;
}
Expand Down

0 comments on commit 9d8b970

Please sign in to comment.