Skip to content

Commit

Permalink
new font
Browse files Browse the repository at this point in the history
  • Loading branch information
haylzstormm committed Jun 21, 2012
1 parent 84363cd commit 3847de9
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
<html>
<head>
<title>haylzstormm</title>
<link href='http://fonts.googleapis.com/css?family=Nixie+One' rel='stylesheet' type='text/css'>


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 20, 2012 */



@font-face {
font-family: 'Webfont&';
src: url('234aff_0_0-webfont.eot');
src: url('234aff_0_0-webfont.eot?#iefix') format('embedded-opentype'),
url('234aff_0_0-webfont.woff') format('woff'),
url('234aff_0_0-webfont.ttf') format('truetype'),
url('234aff_0_0-webfont.svg#Webfont&') format('svg');
font-weight: normal;
font-style: normal;

}
<style>
*{margin:0; padding:0;}
html {display:table; width:100%; height:100%; text-align:center;}
body {display:table-cell; width: 100%; background-color:#62FFBC; overflow-x:hidden; font-family:'Nixie One', cursive; vertical-align:middle;}
body {display:table-cell; width: 100%; background-color:#62FFBC; overflow-x:hidden; font-family:'Webfont&'; vertical-align:middle;}
h1 {font-size:100px; color:#577F6E; padding:10px 0;}
h1:hover {cursor:pointer; background:pink; color:#62FFBC;}
a {margin: 0 auto; padding:30px 0; display:block; width:100%; color:#577F6E; text-decoration:none; font-size:3em;}
Expand Down

0 comments on commit 3847de9

Please sign in to comment.