Skip to content

Instantly share code, notes, and snippets.

@puikinsh
Created November 26, 2014 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save puikinsh/bb8075a4d620d9082eda to your computer and use it in GitHub Desktop.
Save puikinsh/bb8075a4d620d9082eda to your computer and use it in GitHub Desktop.
This is a very basic example with just one paragraph and a link to the stylesheet.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<p>
This is an amazing text because has a custom font.
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment