Korrektur Font-Pfad, Verbesserungen am Layout
parent
ab26446497
commit
872d5bdfdb
|
|
@ -8,8 +8,8 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local(Libertinus Sans),
|
src: local(Libertinus Sans),
|
||||||
url("fonts/OTF/LibertinusSans-Regular.otf") format("opentype"),
|
url("../fonts/OTF/LibertinusSans-Regular.otf") format("opentype"),
|
||||||
url("fonts/WOFF2/LibertinusSans-Regular.woff2") format("woff2");
|
url("../fonts/WOFF2/LibertinusSans-Regular.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
@font-face /* Libertinus Sans Regular Italic */
|
@font-face /* Libertinus Sans Regular Italic */
|
||||||
{
|
{
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local(Libertinus Sans Italic),
|
src: local(Libertinus Sans Italic),
|
||||||
url("fonts/OTF/LibertinusSans-Italic.otf") format("opentype"),
|
url("../fonts/OTF/LibertinusSans-Italic.otf") format("opentype"),
|
||||||
url("fonts/WOFF2/LibertinusSans-Italic.woff2") format("woff2");
|
url("../fonts/WOFF2/LibertinusSans-Italic.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
@font-face /* Libertinus Sans Bold Upright */
|
@font-face /* Libertinus Sans Bold Upright */
|
||||||
{
|
{
|
||||||
|
|
@ -26,8 +26,16 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: local(Libertinus Sans Bold),
|
src: local(Libertinus Sans Bold),
|
||||||
url("fonts/OTF/LibertinusSans-Bold.otf") format("opentype"),
|
url("../fonts/OTF/LibertinusSans-Bold.otf") format("opentype"),
|
||||||
url("fonts/WOFF2/LibertinusSans-Bold.woff2") format("woff2");
|
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 */
|
/* Libertinus Sans End */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue