Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _sass/components/code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
code {
// style that would be injected by hljs when JS is enabled
display: block;
font-family: 'Consolas', monospace;
font-family: 'Inconsolata', monospace;
border: none;
display: block;
overflow-x: auto;
Expand Down
2 changes: 1 addition & 1 deletion _sass/layout/type-md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
li,
p {
code {
font-family: 'Consolas', monospace;
font-family: 'Inconsolata', monospace;
background-color: #fff;
color: #859900;
@include border-radius($border-radius-medium);
Expand Down
2 changes: 1 addition & 1 deletion _sass/vendors/bourbon/addons/_font-stacks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $lucida-grande: "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
///
/// @type List

$monospace: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
$monospace: "Bitstream Vera Sans Mono", "Inconsolata", "Courier", monospace;

/// Verdana font stack.
///
Expand Down
2 changes: 1 addition & 1 deletion resources/css/highlightjs.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ github.com style (c) Vasily Polovnyov <[email protected]>
*/

.hljs {
font-family: 'Consolas';
font-family: 'Inconsolata';
display: block;
overflow-x: auto;
padding: 0.5em;
Expand Down
28 changes: 8 additions & 20 deletions resources/css/monospace.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,29 @@
---

@font-face {
font-family: 'Consolas';
src: url('{{ site.baseurl }}/resources/glyphs/Consolas.eot');
src: url('{{ site.baseurl }}/resources/glyphs/Consolas.eot?#iefix') format('embedded-opentype'),
url('{{ site.baseurl }}/resources/glyphs/Consolas.woff') format('woff'),
url('{{ site.baseurl }}/resources/glyphs/Consolas.ttf') format('truetype');
font-family: 'Inconsolata';
src: url('{{ site.baseurl }}/resources/glyphs/Inconsolata_SemiExpanded-SemiBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Consolas';
src: url('{{ site.baseurl }}/resources/glyphs/Consolas-BoldItalic.eot');
src: url('{{ site.baseurl }}/resources/glyphs/Consolas-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('{{ site.baseurl }}/resources/glyphs/Consolas-BoldItalic.woff') format('woff'),
url('{{ site.baseurl }}/resources/glyphs/Consolas-BoldItalic.ttf') format('truetype');
font-family: 'Inconsolata';
src: url('{{ site.baseurl }}/resources/glyphs/Inconsolata_SemiExpanded-Bold.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}

@font-face {
font-family: 'Consolas';
src: url('{{ site.baseurl }}/resources/glyphs/Consolas-Italic.eot');
src: url('{{ site.baseurl }}/resources/glyphs/Consolas-Italic.eot?#iefix') format('embedded-opentype'),
url('{{ site.baseurl }}/resources/glyphs/Consolas-Italic.woff') format('woff'),
url('{{ site.baseurl }}/resources/glyphs/Consolas-Italic.ttf') format('truetype');
font-family: 'Inconsolata';
src: url('{{ site.baseurl }}/resources/glyphs/Inconsolata_SemiExpanded-SemiBold.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: 'Consolas';
src: url('{{ site.baseurl }}/resources/glyphs/Consolas-Bold.eot');
src: url('{{ site.baseurl }}/resources/glyphs/Consolas-Bold.eot?#iefix') format('embedded-opentype'),
url('{{ site.baseurl }}/resources/glyphs/Consolas-Bold.woff') format('woff'),
url('{{ site.baseurl }}/resources/glyphs/Consolas-Bold.ttf') format('truetype');
font-family: 'Inconsolata';
src: url('{{ site.baseurl }}/resources/glyphs/Inconsolata_SemiExpanded-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
Binary file removed resources/glyphs/Consolas-Bold.eot
Binary file not shown.
Binary file removed resources/glyphs/Consolas-Bold.ttf
Binary file not shown.
Binary file removed resources/glyphs/Consolas-Bold.woff
Binary file not shown.
Binary file removed resources/glyphs/Consolas-BoldItalic.eot
Binary file not shown.
Binary file removed resources/glyphs/Consolas-BoldItalic.ttf
Binary file not shown.
Binary file removed resources/glyphs/Consolas-BoldItalic.woff
Binary file not shown.
Binary file removed resources/glyphs/Consolas-Italic.eot
Binary file not shown.
Binary file removed resources/glyphs/Consolas-Italic.ttf
Binary file not shown.
Binary file removed resources/glyphs/Consolas-Italic.woff
Binary file not shown.
Binary file removed resources/glyphs/Consolas.eot
Binary file not shown.
Binary file removed resources/glyphs/Consolas.ttf
Binary file not shown.
Binary file removed resources/glyphs/Consolas.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.