change to ibm plex mono font

This commit is contained in:
Ben Harris 2017-12-29 13:15:22 -05:00
parent 3c523853fe
commit b0f240b5ac
4 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
// import bootstrap base
@import "../node_modules/bootstrap/less/bootstrap.less";
@import "../node_modules/@ibm/type/css/ibm-type.min.css";
// import custom variables
@import "hacker/_variables.less";

View File

@ -45,9 +45,9 @@ by Tobin Brown, 2015
// Typography
@font-family-sans-serif: Monospace;
@font-family-serif: Monospace;
@font-family-monospace: Monospace;
@font-family-sans-serif: "IBM Plex Mono";
@font-family-serif: "IBM Plex Mono";
@font-family-monospace: "IBM Plex Mono";
@font-family-base: @font-family-monospace;
@font-size-base: 16px;
@font-size-large: ceil(@font-size-base * 1.25);

5
package-lock.json generated
View File

@ -4,6 +4,11 @@
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@ibm/type": {
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/@ibm/type/-/type-0.5.3.tgz",
"integrity": "sha512-9DcOUoaHQKRsMWyshK8CpFdiVd9oQPvd1AsZKIP/tiXmgJtR4wOz0M8j/FbPaI3UeKnMjjzmvuOn/YBTFDWdiw=="
},
"ajv": {
"version": "4.11.8",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz",

View File

@ -14,8 +14,9 @@
"url": "https://github.com/tilde-team/hacker-bootstrap/issues"
},
"dependencies": {
"less": "2.7.3",
"@ibm/type": "^0.5.3",
"bootstrap": "3.3.7",
"less": "2.7.3",
"less-plugin-clean-css": "1.5.1"
},
"preferGlobal": true,