No extra font for heading

This commit is contained in:
Christoph Schindlbeck 2023-02-03 23:03:39 +01:00
parent 532e3b0f0e
commit c4e2a794cb

View File

@ -4,12 +4,6 @@
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face {
font-family: 'Droid serif;';
src: url('../fonts/DroidSerif-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
/*-- /*--
Common Css Common Css
@ -488,7 +482,6 @@ a:active {
line-height: 36px; line-height: 36px;
color: #7e7e7e; color: #7e7e7e;
margin-bottom: 20px; margin-bottom: 20px;
font-family: 'Droid Serif', serif;
font-style: italic; font-style: italic;
} }