diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 07ca9c3..146de55 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -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 */