Skip to content

Instantly share code, notes, and snippets.

@juliettech13
Created May 27, 2020 03:37
Show Gist options
  • Save juliettech13/e440c0084e39f4cd95869d88442e227b to your computer and use it in GitHub Desktop.
Save juliettech13/e440c0084e39f4cd95869d88442e227b to your computer and use it in GitHub Desktop.
adding-fonts
<html>
<head>
[...your code...]
<link href="https://fonts.googleapis.com/css2?family=Catamaran:wght@300&family=Roboto+Mono:wght@300&display=swap" rel="stylesheet">
</head>
<body>
[..your code..]
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment