[layout] bold for specific sections

This commit is contained in:
Nico Schottelius 2020-04-29 22:53:07 +02:00
commit 3c8bc267a1
11 changed files with 16 additions and 342 deletions

View file

@ -0,0 +1,11 @@
/* Turns specific sections into bold for all platforms
Sanghee, Nico, 2020-04-29
*/
@font-face {
font-family: "Nimbus Sans L";
src: url("/u/static/font/NimbusSans-Bold.otf") format("opentype");
}
.headlinebold {
font-family: "Nimbus Sans L";
}