Skip to content

Commit

Permalink
Update fonts and remove I from profile section
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwalsh committed Oct 29, 2024
1 parent 6275f16 commit 2346b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function populateDirectory(data) {
<div class="linkedin-icon">
${person.linkedin ? `<a href="${person.linkedin}" target="_blank"><img src="linkedin.png" alt="LinkedIn";"></a>` : ''}
</div>
<h6>At Mozilla I...</h6>
<h6>At Mozilla...</h6>
<p>${person.atMozilla}</p>
<h6>I'm looking for...</h6>
<p>${person.lookingForRoles}</p>
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@400;700&family=Nunitos:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
font-family: 'Nunito Sans', sans-serif;
Expand Down

0 comments on commit 2346b5f

Please sign in to comment.