This commit is contained in:
Cameron Squire
2018-01-21 14:31:56 -08:00
parent f33c460eb7
commit 06ee7c817c
+13
View File
@@ -1 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<style>
h1 {
font-family: 'Open Sans', sans-serif;
}
</style>
</head>
<body>
<h1>Test</h1>
</body>
</html>