mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:37:36 +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 {
|
h1, h2 {
|
||||||
display: block;
|
display: block;
|
||||||
font-family: Pebbleton;
|
font-family: Pebbleton;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue