Adjusted template font styleing

ref #3
This commit is contained in:
Nicolai Ort 2021-02-02 11:27:14 +01:00
parent f726a6e699
commit 2c7b0254ec
1 changed files with 1 additions and 2 deletions

View File

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