Skip to content

Commit d12d592

Browse files
author
Felipe Contreras
committed
css: improve fonts style
There's no need to quote Adelle, neither Times New Roman; none have special characters. Signed-off-by: Felipe Contreras <[email protected]>
1 parent bffacc8 commit d12d592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body {
2323
line-height: 1;
2424
font-size: 14px;
2525
line-height: 22px;
26-
font-family: "adelle", Georgia, "Times New Roman", serif;
26+
font-family: Adelle, Georgia, Times New Roman, serif;
2727
color: #4e443c;
2828
background: #f0efe7;
2929
}
@@ -998,7 +998,7 @@ input.active {
998998

999999

10001000
input, textarea {
1001-
font-family: "adelle", Georgia, "Times New Roman", serif;
1001+
font-family: Adelle, Georgia, Times New Roman, serif;
10021002
font-size: 14px;
10031003
outline: none;
10041004
}

0 commit comments

Comments
 (0)