Skip to content

Commit

Permalink
smelvetica and smelvetica neue
Browse files Browse the repository at this point in the history
  • Loading branch information
tholman committed May 2, 2017
1 parent 9571005 commit 83eadad
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/css/styles.css
@@ -0,0 +1,4 @@
* {
box-sizing: border-box;
font-family: helvetica;
}
67 changes: 67 additions & 0 deletions demo/index.html
@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html lang="en">
<head>

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Smelvetica - Helvetica the way it was intended to be.</title>

<!-- Facebook -->
<meta property="og:title" content="CSSConf Party Pack!"/>
<meta property="og:url" content="http://tholman.com/css-conf-party-pack"/>
<meta property="og:site_name" content="CSSConf Party Pack!"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content=""/>
<meta property="og:image" content=""/>

<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="CSSConf Party Pack!">
<meta name="twitter:url" content="http://tholman.com/css-conf-party-pack">
<meta name="twitter:description" content="http://tholman.com/css-conf-party-pack">
<meta name="twitter:image:src" content="">

<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<link rel="stylesheet" href="./css/styles.css">

</head>
<body>

<header>
<h1>Smelvetica</h1>
<p>
The quick brown wolf jumps over the lazy dog. <br>
Whitches brew poison with the evil queen and jack. <br>
All work and no play makes Jack a dull boy.
<br><br>
<i>
The quick brown wolf jumps over the lazy dog. <br>
Whitches brew poison with the evil queen and jack. <br>
All work and no play makes Jack a dull boy.
</i>
<br><br>
<b>
The quick brown wolf jumps over the lazy dog. <br>
Whitches brew poison with the evil queen and jack. <br>
All work and no play makes Jack a dull boy.
</b>
</p>
</header>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22825241-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>

</body>
</html>
Binary file added fonts/Helvetica.dfont
Binary file not shown.
Binary file added fonts/HelveticaNeue.dfont
Binary file not shown.
File renamed without changes.
Binary file added fonts/backups/HelveticaNeue.dfont
Binary file not shown.

0 comments on commit 83eadad

Please sign in to comment.