Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
ae4d5f21
Commit
ae4d5f21
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes #11449: use menlo over monaco
parent
a2c6daaf
No related merge requests found
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
customize.html
+1
-1
customize.html
dist/css/bootstrap.css
+1
-1
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
docs-assets/js/raw-files.js
+1
-1
docs-assets/js/raw-files.js
less/variables.less
+1
-1
less/variables.less
with
5 additions
and
5 deletions
+5
-5
customize.html
+
1
-
1
View file @
ae4d5f21
...
...
@@ -399,7 +399,7 @@ base_url: "../"
<input
type=
"text"
class=
"form-control"
placeholder=
"Georgia, 'Times New Roman', Times, serif"
data-var=
"@font-family-serif"
>
<p
class=
"help-block"
>
Default serif fonts.
</p>
<label>
@font-family-monospace
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"M
onaco, Menl
o, Consolas, 'Courier New', monospace"
data-var=
"@font-family-monospace"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"M
enlo, Monac
o, Consolas, 'Courier New', monospace"
data-var=
"@font-family-monospace"
>
<p
class=
"help-block"
>
Default monospace fonts for
<code>
<
code
>
</code>
and
<code>
<
pre
>
</code>
.
</p>
<h4>
Base type styes
</h4>
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.css
+
1
-
1
View file @
ae4d5f21
...
...
@@ -740,7 +740,7 @@ code,
kbd
,
pre
,
samp
{
font-family
:
M
onaco
,
Menl
o
,
Consolas
,
"Courier New"
,
monospace
;
font-family
:
M
enlo
,
Monac
o
,
Consolas
,
"Courier New"
,
monospace
;
}
code
{
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
ae4d5f21
This source diff could not be displayed because it is too large. You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
docs-assets/js/raw-files.js
+
1
-
1
View file @
ae4d5f21
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
1
View file @
ae4d5f21
...
...
@@ -41,7 +41,7 @@
@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif: Georgia, "Times New Roman", Times, serif;
@font-family-monospace: M
onaco, Menl
o, Consolas, "Courier New", monospace;
@font-family-monospace: M
enlo, Monac
o, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;
@font-size-base: 14px;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets