mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-03-28 17:42:54 +01:00
Use Henny Penny font for app title
https://www.google.com/fonts#UsePlace:use/Collection:Henny+Penny
This commit is contained in:
6
public/css/hennypenny.css
Normal file
6
public/css/hennypenny.css
Normal 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
BIN
public/font/hennypenny.ttf
Normal file
Binary file not shown.
@@ -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>
|
||||
© 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 %> —
|
||||
|
||||
Reference in New Issue
Block a user