1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:07:34 +00:00

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
parent 5673ff3694
commit 83f643d43c

View file

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