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:
parent
5673ff3694
commit
83f643d43c
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ body {
|
|||
h1, h2 {
|
||||
display: block;
|
||||
font-family: Pebbleton;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue