fix(logo): add font; render as paths

This commit is contained in:
Gigi
2022-05-04 11:30:02 +02:00
parent 64355224e6
commit 49807a1ad6
6 changed files with 503 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
@font-face {
font-family: 'The Bold Font';
src: local('The Bold Font'),
url("/logo/TheBoldFont.ttf") format("ttf");
}
body {
font-family: Georgia, serif;
font-size: 14px;