Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1d4ad3

Browse files
committed
Finally commit the font changes that have been live on the development site
for a month or more.
1 parent 9c7a07f commit e1d4ad3

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Doc/html/style.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,14 @@ h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif;
4747
h1 { font-size: 180%; }
4848
h2 { font-size: 150%; }
4949
h3, h4 { font-size: 120%; }
50-
code, tt { font-family: monospace; }
50+
code, tt { font-family: lucida typewriter, lucidatypewriter,
51+
monospace; }
5152
var { font-family: times, serif;
5253
font-style: italic;
5354
font-weight: normal; }
5455

56+
.typelabel { font-family: lucida, sans serif; }
57+
5558
.navigation td { background-color: #99ccff;
5659
font-weight: bold;
5760
font-family: avantgarde, sans-serif;
@@ -61,7 +64,9 @@ var { font-family: times, serif;
6164

6265
.titlegraphic { vertical-align: top; }
6366

64-
.verbatim { color: #00008b; }
67+
.verbatim { color: #00008b;
68+
font-family: lucida typewriter, lucidatypewriter,
69+
monospace; }
6570

6671
.grammar { background-color: #99ccff;
6772
margin-right: 0.5in;

0 commit comments

Comments
 (0)