Created
May 27, 2020 03:37
-
-
Save juliettech13/e440c0084e39f4cd95869d88442e227b to your computer and use it in GitHub Desktop.
adding-fonts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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