mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix serif font
Fixes some headers that were using a serif font unintentionally.
This commit is contained in:
parent
ed78fa05c7
commit
094cdfe0b5
5 changed files with 20 additions and 0 deletions
|
|
@ -16,6 +16,10 @@
|
|||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.example-box {
|
||||
padding: 20px 10px;
|
||||
border-bottom: solid 1px #ccc;
|
||||
|
|
|
|||
|
|
@ -16,6 +16,10 @@
|
|||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.example-box {
|
||||
padding: 20px 10px;
|
||||
border-bottom: solid 1px #ccc;
|
||||
|
|
|
|||
|
|
@ -16,6 +16,10 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.example-box {
|
||||
padding: 20px 10px;
|
||||
border-bottom: solid 1px #ccc;
|
||||
|
|
|
|||
|
|
@ -15,6 +15,10 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.example-box {
|
||||
padding: 20px 10px;
|
||||
border-bottom: solid 1px #ccc;
|
||||
|
|
|
|||
|
|
@ -15,6 +15,10 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.example-box {
|
||||
padding: 20px 10px;
|
||||
border-bottom: solid 1px #ccc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue