LibHTML: Make h1 and h2 tags use Pebbleton Bold by default :^)

This commit is contained in:
Andreas Kling 2019-09-28 19:14:36 +02:00
commit 83f643d43c
Notes: sideshowbarker 2024-07-19 11:54:53 +09:00

View file

@ -18,6 +18,7 @@ body {
h1, h2 {
display: block;
font-family: Pebbleton;
font-weight: bold;
}
h3 {