Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Font variation #14

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions css/main.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700|Droid+Sans+Mono:400,700);
html { font-size: 16px; }
body { font-size: 62.5%; font-family: "Helvetica Neue", Arial, sans-serif; color: #333; background: white; overflow: hidden; }
body { font-size: 62.5%; font-family: Ubuntu, "Trebuchet MS", "Helvetica Neue", Arial, sans-serif; color: #333; background: white; overflow: hidden; }


#loader { background: url(../images/loader.gif) no-repeat center center; width: 100%; height: 100%; min-height: 300px; }
Expand Down Expand Up @@ -92,7 +93,7 @@ body { font-size: 62.5%; font-family: "Helvetica Neue", Arial, sans-serif; color
}
h3 { padding: 14px 0 14px 0; }
h4.name { display: none; }
pre { background: #FFFCE8; padding: 10px; line-height: 16px; margin: 0 10px 20px 10px; font-family: 'Courier New', 'Terminal', monospace; font-size: 12px; }
pre { background: #FFFCE8; padding: 10px; line-height: 16px; margin: 0 10px 20px 10px; font-family: 'Droid Sans Mono', 'Courier New', 'Terminal', monospace; font-size: 12px; }

p.desc { font-size: 1.3em; background: #eee; border: 1px dotted #ccc; padding: 6px; margin-bottom: 10px;
strong { display: none; }
Expand Down Expand Up @@ -134,4 +135,4 @@ body { font-size: 62.5%; font-family: "Helvetica Neue", Arial, sans-serif; color
pre { border: 1px dotted #FFE0BB; }
.code-demo { border: 2px solid #FFE0BB; padding: 2px; margin: 0 10px 30px 10px; }
}
}
}