Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
ae4d5f21
Commit
ae4d5f21
authored
Nov 16, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes #11449: use menlo over monaco
parent
a2c6daaf
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
customize.html
customize.html
+1
-1
dist/css/bootstrap.css
dist/css/bootstrap.css
+1
-1
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
docs-assets/js/raw-files.js
docs-assets/js/raw-files.js
+1
-1
less/variables.less
less/variables.less
+1
-1
No files found.
customize.html
View file @
ae4d5f21
...
@@ -399,7 +399,7 @@ base_url: "../"
...
@@ -399,7 +399,7 @@ base_url: "../"
<input
type=
"text"
class=
"form-control"
placeholder=
"Georgia, 'Times New Roman', Times, serif"
data-var=
"@font-family-serif"
>
<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>
<p
class=
"help-block"
>
Default serif fonts.
</p>
<label>
@font-family-monospace
</label>
<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>
<p
class=
"help-block"
>
Default monospace fonts for
<code>
<
code
>
</code>
and
<code>
<
pre
>
</code>
.
</p>
<h4>
Base type styes
</h4>
<h4>
Base type styes
</h4>
...
...
dist/css/bootstrap.css
View file @
ae4d5f21
...
@@ -740,7 +740,7 @@ code,
...
@@ -740,7 +740,7 @@ code,
kbd
,
kbd
,
pre
,
pre
,
samp
{
samp
{
font-family
:
M
onaco
,
Menl
o
,
Consolas
,
"Courier New"
,
monospace
;
font-family
:
M
enlo
,
Monac
o
,
Consolas
,
"Courier New"
,
monospace
;
}
}
code
{
code
{
...
...
dist/css/bootstrap.min.css
View file @
ae4d5f21
This source diff could not be displayed because it is too large. You can
view the blob
instead.
docs-assets/js/raw-files.js
View file @
ae4d5f21
This diff is collapsed.
Click to expand it.
less/variables.less
View file @
ae4d5f21
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif: Georgia, "Times New Roman", Times, 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-family-base: @font-family-sans-serif;
@font-size-base: 14px;
@font-size-base: 14px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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