add new font

This commit is contained in:
Lio 2023-05-27 10:56:35 +02:00
parent aa999243e7
commit c652fd1575
5 changed files with 27 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -5,6 +5,8 @@
margin: 0
text-decoration: none
word-wrap: break-word
font-feature-settings: "kern" on, "liga" on
text-rendering: optimizeLegibility
html
font-family: "Flachbau"
@ -19,6 +21,31 @@ html
src: local("fonts/Flachbau.ttf") format("truetype")
src: url("fonts/Flachbau.ttf") format("truetype")
@font-face
font-family: "Times New Bastard"
src: local("fonts/tnb/TimesNewBastard-BoldItalicWeb.ttf") format("truetype")
src: url("fonts/tnb/TimesNewBastard-BoldItalicWeb.ttf") format("truetype")
font-weight: bold
font-style: italic
@font-face
font-family: "Times New Bastard"
src: local("fonts/tnb/TimesNewBastard-BoldWeb.ttf") format("truetype")
src: url("fonts/tnb/TimesNewBastard-BoldWeb.ttf") format("truetype")
font-weight: bold
font-style: normal
@font-face
font-family: "Times New Bastard"
src: local("fonts/tnb/TimesNewBastard-ItalicWeb.ttf") format("truetype")
src: url("fonts/tnb/TimesNewBastard-ItalicWeb.ttf") format("truetype")
font-weight: normal
font-style: italic
@font-face
font-family: "Times New Bastard"
src: local("fonts/tnb/TimesNewBastard-RegularWeb.ttf") format("truetype")
src: url("fonts/tnb/TimesNewBastard-RegularWeb.ttf") format("truetype")
font-weight: normal
font-style: normal
h1
font-size: $h1-size
p