Use Henny Penny font for app title

https://www.google.com/fonts#UsePlace:use/Collection:Henny+Penny
This commit is contained in:
Luc Didry
2014-03-17 13:03:11 +01:00
parent 12e0bf093a
commit c7c8a7d786
3 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
@font-face {
font-family: 'Henny_Penny';
font-style: normal;
font-weight: 400;
src: local('Henny Penny'), local('HennyPenny-Regular'), url(../font/hennypenny.ttf) format('truetype');
}

BIN
public/font/hennypenny.ttf Normal file

Binary file not shown.

View File

@@ -17,6 +17,7 @@
%= stylesheet 'css/fontello.css'
%= stylesheet 'css/animation.css'
%= stylesheet 'css/uploader.css'
%= stylesheet 'css/hennypenny.css'
%= stylesheet begin
body {
padding-top: 40px;
@@ -36,6 +37,15 @@
margin-right: 8px;
}
.hennypenny {
font-family: 'Henny_Penny', cursive;
font-size: 42px;
}
.logo {
margin-right: 10px;
}
% if (config('always_encrypt')) {
label.always-encrypt {
display: none;
@@ -59,10 +69,10 @@
</div>
% }
<div>
<div class="pull-left hidden-xs">
<div class="pull-left hidden-xs logo">
<img src="<%= url_for('/') %>img/LUTIm_small.png" alt="LUTIm logo">
</div>
<h1>Let's Upload That Image!</h1>
<h1 class="hennypenny">Let's Upload That Image!</h1>
<p>
&copy; 2014 <%= link_to 'http://www.fiat-tux.fr' => begin %>Luc Didry<% end %> — 
<%=l 'license' %> <%= link_to 'https://www.gnu.org/licenses/agpl-3.0.html' => begin %>AGPL<% end %> —