Skip to content

Commit c1da4b9

Browse files
author
Kristan Kenney
committed
Add Inconsolata font family
1 parent 7ef4461 commit c1da4b9

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
lines changed

web/css/styles.min.css

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,25 @@
305305
url('../webfonts/exo-2-v5-latin-900italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
306306
url('../webfonts/exo-2-v5-latin-900italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
307307
}
308+
/* inconsolata-bold - latin */
309+
@font-face {
310+
font-family: 'Inconsolata';
311+
src: local('Inconsolata Bold'), local('Inconsolata-Bold'),
312+
url('hinted-Inconsolata-Bold.woff2') format('woff2'),
313+
url('hinted-Inconsolata-Bold.woff') format('woff');
314+
font-weight: bold;
315+
font-style: normal;
316+
}
317+
/* inconsolata - latin */
318+
@font-face {
319+
font-family: 'Inconsolata';
320+
src: local('Inconsolata Regular'), local('Inconsolata-Regular'),
321+
url('hinted-Inconsolata-Regular.woff2') format('woff2'),
322+
url('hinted-Inconsolata-Regular.woff') format('woff');
323+
font-weight: normal;
324+
font-style: normal;
325+
}
326+
308327
/* Base
309328
========================================================================== */
310329
/**
@@ -2854,7 +2873,7 @@ a.vst-text:active b{
28542873
font-size: 0.8rem;
28552874
width: 630px;
28562875
height: 300px;
2857-
font-family:"Lucida Console", Monaco, monospace;
2876+
font-family: "Inconsolata", "Lucida Console", Monaco, monospace;
28582877
white-space: pre;
28592878
}
28602879
.vst-textinput.short {
@@ -3313,8 +3332,8 @@ div.l-content.collapsed .l-sort {
33133332
}
33143333

33153334
.console-output {
3316-
font-family: 'Courier New', Courier, monospace;
3317-
font-size: 0.8rem;
3335+
font-family: "Inconsolata", "Lucida Console", Monaco, monospace;
3336+
font-size: 0.7rem;
33183337
color: #202020;
33193338
letter-spacing: -0.01em;
33203339
}

web/webfonts/Inconsolata-Bold.woff

77.9 KB
Binary file not shown.
55 KB
Binary file not shown.
65 KB
Binary file not shown.
47.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)