Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#15787 from AbdelghaniTassi/fix/font-c…
Browse files Browse the repository at this point in the history
…onsistency

Fix/font consistency
  • Loading branch information
dhcodes authored Sep 3, 2017
2 parents abbdb28 + 9030df2 commit 220960b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/less/code-mirror.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

.CodeMirror span {
font-size: 18px;
font-size: 15px;
font-family: "Ubuntu Mono";
padding-bottom: 0px;
margin-bottom: 0px;
Expand All @@ -19,7 +19,7 @@
background-color: @body-bg;
}
.CodeMirror-linenumber {
font-size: 18px;
font-size: 15px;
font-family: "Ubuntu Mono";
}

Expand Down
2 changes: 1 addition & 1 deletion client/less/lib/bootstrap/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;

@font-size-base: 14px;
@font-size-base: 15px;
@font-size-large: ceil((@font-size-base * 1.25)); // ~18px
@font-size-small: ceil((@font-size-base * 0.85)); // ~12px

Expand Down
3 changes: 2 additions & 1 deletion client/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,11 @@ h1, h2, h3, h4, h5, h6, p, li {

a {
font-weight: bold;
font-size : 15px;
}

p {
font-size: 16px;
font-size: 15px;
}

.map-aside-body p {
Expand Down

0 comments on commit 220960b

Please sign in to comment.