Korrektur Font-Pfad, Verbesserungen am Layout

master
Peter Fischer 2022-09-09 15:53:06 +02:00
parent ab26446497
commit 872d5bdfdb
1 changed files with 14 additions and 6 deletions

View File

@ -8,8 +8,8 @@
font-style: normal;
font-weight: 400;
src: local(Libertinus Sans),
url("fonts/OTF/LibertinusSans-Regular.otf") format("opentype"),
url("fonts/WOFF2/LibertinusSans-Regular.woff2") format("woff2");
url("../fonts/OTF/LibertinusSans-Regular.otf") format("opentype"),
url("../fonts/WOFF2/LibertinusSans-Regular.woff2") format("woff2");
}
@font-face /* Libertinus Sans Regular Italic */
{
@ -17,8 +17,8 @@
font-style: italic;
font-weight: 400;
src: local(Libertinus Sans Italic),
url("fonts/OTF/LibertinusSans-Italic.otf") format("opentype"),
url("fonts/WOFF2/LibertinusSans-Italic.woff2") format("woff2");
url("../fonts/OTF/LibertinusSans-Italic.otf") format("opentype"),
url("../fonts/WOFF2/LibertinusSans-Italic.woff2") format("woff2");
}
@font-face /* Libertinus Sans Bold Upright */
{
@ -26,8 +26,16 @@
font-style: normal;
font-weight: 700;
src: local(Libertinus Sans Bold),
url("fonts/OTF/LibertinusSans-Bold.otf") format("opentype"),
url("fonts/WOFF2/LibertinusSans-Bold.woff2") format("woff2");
url("../fonts/OTF/LibertinusSans-Bold.otf") format("opentype"),
url("../fonts/WOFF2/LibertinusSans-Bold.woff2") format("woff2");
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
p.bibeltextkonzentr, div.bibeltextkonzentr {
border-radius: .5em;
}
/* Libertinus Sans End */