Browse Source

CSS contains non-ASCII quotes

master
twogee Jaikiran Pai 6 years ago
parent
commit
c3b75a72a7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      manual/stylesheets/style.css

+ 2
- 2
manual/stylesheets/style.css View File

@@ -16,7 +16,7 @@
*
*/
body {
font-family: “Palatino Linotype”, Palatino, Georgia, “Century Schoolbook”, serif;
font-family: "Palatino Linotype", Palatino, Georgia, "Century Schoolbook", serif;
}

h2 {
@@ -184,7 +184,7 @@ table.attr td.center, h1.center, p.center {
}

table.attr td.left {
font-family: “Palatino Linotype”, Palatino, Georgia, “Century Schoolbook”, serif;
font-family: "Palatino Linotype", Palatino, Georgia, "Century Schoolbook", serif;
font-size: 1rem;
font-style: normal;
text-align: left;


Loading…
Cancel
Save