added a funny pirate font from Google Font Directory
This commit is contained in:
parent
201d64ff44
commit
4574885a4e
2 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@ body {
|
|||
color: #fff;
|
||||
text-align: center;
|
||||
padding-top: 200px;
|
||||
font-family: "Helvetica Neue","Helvetica","Lucida Grande","Lucida Sans Unicode", sans-serif;
|
||||
font-family: 'IM Fell Double Pica', serif;
|
||||
font-size: .9em;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -28,6 +28,7 @@ ul, li {
|
|||
text-shadow: #111 0px 2px 2px;
|
||||
}
|
||||
input {
|
||||
font-family: 'IM Fell Double Pica', serif;
|
||||
font-size: 3em;
|
||||
text-shadow: #111 0px 2px 2px;
|
||||
text-align: center;
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||||
<title><%= Shorten.service_name %></title>
|
||||
<link rel="stylesheet" type="text/css" href="/main.css" />
|
||||
<link href='http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica' rel='stylesheet'
|
||||
type='text/css'>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content" class="<%= type %>">
|
||||
|
|
Loading…
Reference in a new issue