Tweaking some fonts
This commit is contained in:
parent
7a6fd3c316
commit
5b006acee3
1 changed files with 6 additions and 4 deletions
|
@ -16,7 +16,8 @@
|
||||||
-moz-text-stroke: 1px #375449;
|
-moz-text-stroke: 1px #375449;
|
||||||
-o-text-stroke: 1px #375449;
|
-o-text-stroke: 1px #375449;
|
||||||
text-stroke: 1px #375449;
|
text-stroke: 1px #375449;
|
||||||
font-family: "Arial Black", Gadget, sans-serif;
|
font-family: "Impact", "Arial Black";
|
||||||
|
letter-spacing: 2px;
|
||||||
font-style: oblique;
|
font-style: oblique;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
|
@ -25,6 +26,7 @@
|
||||||
h2,
|
h2,
|
||||||
h4 {
|
h4 {
|
||||||
color: #224557;
|
color: #224557;
|
||||||
|
font-family: Verdana;
|
||||||
}
|
}
|
||||||
h3,
|
h3,
|
||||||
h5 {
|
h5 {
|
||||||
|
@ -36,7 +38,7 @@
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: "Trebuchet MS", sans-serif, Helvetica, Verdana, Arial;
|
font-family: "Trebuchet MS", Helvetica, Arial;
|
||||||
color: #e9f5fa;
|
color: #e9f5fa;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
@ -49,7 +51,7 @@
|
||||||
transition: color 0.5s;
|
transition: color 0.5s;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
font-family: sans-serif, Helvetica, Arial;
|
font-family: sans-serif, Helvetica, Verdana;
|
||||||
color: #c9e7f3;
|
color: #c9e7f3;
|
||||||
background-color: #8aa3c8;
|
background-color: #8aa3c8;
|
||||||
}
|
}
|
||||||
|
@ -63,7 +65,7 @@
|
||||||
border: solid 5px black;
|
border: solid 5px black;
|
||||||
background-color: #C9E7F3;
|
background-color: #C9E7F3;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
font-family: sans-serif, Helvetica, Verdana, Arial;
|
font-family: Helvetica, Verdana, Arial;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
#content {
|
#content {
|
||||||
|
|
Loading…
Reference in a new issue