Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2850 → Rev 2851

/web/acc/manager/lib/alcasar/tickets.template.php
2,7 → 2,7
/**
* Tickets template for TicketsGenerator
*
* @author Tom Houdayer
* @author Tom Houdayer & Rexy
* @copyright Copyright (C) ALCASAR (http://www.alcasar.net)
* @license GPL-3.0
* @version $Id$
19,6 → 19,10
<head>
<meta charset="utf-8">
<style>
@font-face {
font-family: 'DejaVuSerif';
src: url("/usr/share/fonts/TTF/dejavu/DejaVuSerif.ttf") format('truetype');
}
body {
margin: 0;
}
26,7 → 30,7
margin: 14px 0;
width: 50%;
display: inline-block;
font-family: Arial;
font-family: 'DejaVuSerif';
font-size: 8px;
line-height: 16px;
}