[layout] bold for specific sections
This commit is contained in:
parent
7c087a5f8e
commit
3c8bc267a1
11 changed files with 16 additions and 342 deletions
11
assets/u/static/css/ungleich.css
Executable file
11
assets/u/static/css/ungleich.css
Executable 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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue