cleaned font mess
This commit is contained in:
parent
c44f54d4c7
commit
f44ab31807
5 changed files with 2 additions and 10 deletions
|
@ -275,7 +275,6 @@ h2 {
|
|||
}
|
||||
|
||||
.with-initial > p:first-child::first-letter {
|
||||
/*font-family: 'Apex Lake';*/
|
||||
font-family: 'Maximilian Antiqua Initialen';
|
||||
color: black;
|
||||
font-size: 70px;
|
||||
|
|
11
css/font.css
11
css/font.css
|
@ -7,21 +7,14 @@
|
|||
|
||||
@font-face {
|
||||
font-family: 'Inknut Antiqua';
|
||||
src: url('/font/InknutAntiqua-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Apex Lake';
|
||||
src: url('/font/Apex Lake Regular.ttf') format('truetype');
|
||||
src: url('/font/InknutAntiquaRegular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Maximilian Antiqua Initialen';
|
||||
src: url('/font/Maximilian Antiqua Initialen.ttf') format('truetype');
|
||||
src: url('/font/MaximilianAntiquaInitialen.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue