adding cufon script stuff to layout
This commit is contained in:
parent
232ccef31d
commit
7dbf7eacc8
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@
|
||||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||||||
<title><%= Shorten.service_name %></title>
|
<title><%= Shorten.service_name %></title>
|
||||||
<link rel="stylesheet" type="text/css" href="/main.css" />
|
<link rel="stylesheet" type="text/css" href="/main.css" />
|
||||||
|
<script src="/scripts/cufon.js" type="text/javascript"></script>
|
||||||
|
<script src="/scripts/Graublau_Web_400-Graublau_Web_700.font.js" type="text/javascript"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
Cufon.replace('h1, h2, h3');
|
||||||
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="content" class="<%= type %>">
|
<div id="content" class="<%= type %>">
|
||||||
|
|
Loading…
Reference in a new issue