deleting the webfont, using default browser fonts
This commit is contained in:
parent
990ae715f0
commit
1001d57827
2 changed files with 0 additions and 4 deletions
|
@ -2,7 +2,6 @@ body {
|
|||
background-color:#3c3c3c;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
font-family: 'IM Fell Double Pica', serif;
|
||||
font-size: 1em;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -31,7 +30,6 @@ 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,8 +5,6 @@
|
|||
<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