update font

This commit is contained in:
2021-02-14 18:12:14 +02:00
parent d66e63cba0
commit cf7c19ec83
4 changed files with 12 additions and 5 deletions

View File

@@ -77,8 +77,15 @@ query {
</static-query>
<style>
@font-face {
font-family: Futura Book font;
src: url('../assets/Futura Book font.ttf');
font-weight: normal;
}
body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: Futura Book font,
"Helvetica Neue", Arial, sans-serif;
margin: 0;
line-height: 1.5;