Skip to content

Commit

Permalink
add fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
vwolfley committed Sep 19, 2023
1 parent 50fe5d7 commit 5ea1d49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions wwr/site-plan-rafting.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ <h3>Typography</h3>
<!-- Choose a font for your paragraphs (body copy) and headlines. What font(s) have you chosen? Think also about which of your colors above you might use for background and font colors. -->

<h4>
Heading Font: [Font Name here]
Heading Font: Palatino
<!-- change this -->
</h4>
<h4>
Paragraph Font: [Font Name here]
Paragraph Font: Trebuchet MS
<!-- change this -->
</h4>
<h3>Normal paragraph example</h3>
Expand Down
5 changes: 3 additions & 2 deletions wwr/styles/site-plan-rafting.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Any spaces in your font name should be replaced with a +.
Fonts are separated by a & */
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+French+Canon&family=Lato:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@700&display=swap');

:root {
/* change the values below to your colors from your palette */
Expand All @@ -12,8 +13,8 @@ Fonts are separated by a & */
--accent2-color: #DDFCAD;

/* change the values below to your chosen font(s) */
--heading-font: "IM Fell French Canon";
--paragraph-font: Lato, Helvetica, sans-serif;
--heading-font: Palatino, Georgia, serif;
--paragraph-font: "Trebuchet MS", Arial, sans-serif;

/* these colors below should be chosen from among your palette colors above */
--headline-color-on-white: #396E94; /* headlines on a white background */
Expand Down

0 comments on commit 5ea1d49

Please sign in to comment.