Changed page font to Erbaum Book
This commit is contained in:
26
style.css
26
style.css
@@ -1,28 +1,34 @@
|
||||
@font-face {
|
||||
font-family: "Erbaum Book";
|
||||
src: url("static/Erbaum-Book.ttf");
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "Erbaum Book", "Courier New", Courier, monospace;
|
||||
}
|
||||
|
||||
.header {
|
||||
justify-content: center;
|
||||
text-align:center;
|
||||
text-align: center;
|
||||
}
|
||||
ol li {
|
||||
list-style-position: inside;
|
||||
}
|
||||
.exam {
|
||||
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
|
||||
}
|
||||
#table {
|
||||
line-height:200%
|
||||
line-height: 200%;
|
||||
}
|
||||
footer {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 30px;
|
||||
padding-left: 30px;
|
||||
background: #444;
|
||||
color: white;
|
||||
}
|
||||
a.foo:hover {
|
||||
text-decoration-color: black;
|
||||
color: black;
|
||||
text-decoration-color: black;
|
||||
color: black;
|
||||
}
|
||||
a.foo {
|
||||
text-decoration-color: white;
|
||||
color: white;
|
||||
text-decoration-color: white;
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user