Implemented the basics for templateing feature/3-pdf_templateing #4

Merged
niggl merged 12 commits from feature/3-pdf_templateing into dev 2021-02-03 17:02:02 +00:00
Showing only changes of commit 2c7b0254ec - Show all commits

View File

@ -8,7 +8,6 @@
padding: 0; padding: 0;
font-family: 'Sackers Gothic Std'; font-family: 'Sackers Gothic Std';
font-weight: 500; font-weight: 500;
font-size: 70px;
background: rgb(241,241,241); background: rgb(241,241,241);
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
box-sizing: border-box; box-sizing: border-box;
@ -40,7 +39,7 @@
</head> </head>
<body> <body>
<div class="page"> <div class="page">
<p>{{Runner Name}}</p> <p style="font-size: 100vw;">{{Runner Name}}</p>
</div> </div>
</body> </body>
</html> </html>