add new font
This commit is contained in:
parent
aa999243e7
commit
c652fd1575
5 changed files with 27 additions and 0 deletions
BIN
src/styles/fonts/tnb/TimesNewBastard-BoldItalicWeb.ttf
Normal file
BIN
src/styles/fonts/tnb/TimesNewBastard-BoldItalicWeb.ttf
Normal file
Binary file not shown.
BIN
src/styles/fonts/tnb/TimesNewBastard-BoldWeb.ttf
Normal file
BIN
src/styles/fonts/tnb/TimesNewBastard-BoldWeb.ttf
Normal file
Binary file not shown.
BIN
src/styles/fonts/tnb/TimesNewBastard-ItalicWeb.ttf
Normal file
BIN
src/styles/fonts/tnb/TimesNewBastard-ItalicWeb.ttf
Normal file
Binary file not shown.
BIN
src/styles/fonts/tnb/TimesNewBastard-RegularWeb.ttf
Normal file
BIN
src/styles/fonts/tnb/TimesNewBastard-RegularWeb.ttf
Normal file
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue