website: more font fixes

This commit is contained in:
Jack Pearkes 2014-07-28 13:10:23 -04:00
parent 0b4950976c
commit 5c2f4d49d8
3 changed files with 21 additions and 10 deletions

View File

@ -8,7 +8,7 @@
}*/ }*/
body { body {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: subpixel-antialiased;
color: @black; color: @black;
background-color: @black; background-color: @black;
font-size: 15px; font-size: 15px;
@ -16,6 +16,10 @@ body {
font-weight: 500; font-weight: 500;
} }
h1, h2, h3, h4, h5 {
-webkit-font-smoothing: antialiased;
}
h1{ h1{
font-size: 42px; font-size: 42px;
line-height: 42px; line-height: 42px;

View File

@ -344,18 +344,18 @@
min-height: 140px; min-height: 140px;
padding: 20px; padding: 20px;
font-size: 15px; font-size: 15px;
font-weight: normal;
font-family: "Courier New", Monaco, Menlo, Consolas, monospace; font-family: "Courier New", Monaco, Menlo, Consolas, monospace;
color: @white; color: @white;
background-color: transparent; background-color: transparent;
overflow:auto; overflow:auto;
font-weight: 500;
-webkit-font-smoothing: subpixel-antialiased;
.txt-r { .txt-r {
color: lighten(@red, 8%);; color: lighten(@red, 17%);;
} }
.txt-p { .txt-p {
font-weight: bold; color: lighten(@green, 2%);
color: lighten(@green, 10%);
} }
p{ p{
margin-bottom: 2px; margin-bottom: 2px;

View File

@ -19,13 +19,20 @@
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
}*/ }*/
body { body {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: subpixel-antialiased;
color: #000000; color: #000000;
background-color: #000000; background-color: #000000;
font-size: 15px; font-size: 15px;
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500; font-weight: 500;
} }
h1,
h2,
h3,
h4,
h5 {
-webkit-font-smoothing: antialiased;
}
h1 { h1 {
font-size: 42px; font-size: 42px;
line-height: 42px; line-height: 42px;
@ -1331,18 +1338,18 @@ body.page-home #footer {
min-height: 140px; min-height: 140px;
padding: 20px; padding: 20px;
font-size: 15px; font-size: 15px;
font-weight: normal;
font-family: "Courier New", Monaco, Menlo, Consolas, monospace; font-family: "Courier New", Monaco, Menlo, Consolas, monospace;
color: #ffffff; color: #ffffff;
background-color: transparent; background-color: transparent;
overflow: auto; overflow: auto;
font-weight: 500;
-webkit-font-smoothing: subpixel-antialiased;
} }
#demos .terminals .terminal-item .terminal .terminal-window .txt-r { #demos .terminals .terminal-item .terminal .terminal-window .txt-r {
color: #e47078; color: #eb979d;
} }
#demos .terminals .terminal-item .terminal .terminal-window .txt-p { #demos .terminals .terminal-item .terminal .terminal-window .txt-p {
font-weight: bold; color: #64e86c;
color: #87ee8e;
} }
#demos .terminals .terminal-item .terminal .terminal-window p { #demos .terminals .terminal-item .terminal .terminal-window p {
margin-bottom: 2px; margin-bottom: 2px;