diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..37df993 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "app/dist/type"] + path = app/dist/type + url = https://github.com/lbryio/type diff --git a/app/dist/type b/app/dist/type new file mode 160000 index 0000000..e936317 --- /dev/null +++ b/app/dist/type @@ -0,0 +1 @@ +Subproject commit e936317f4bd014640789a41f9ce8d9834e55b077 diff --git a/app/sass/_layout.scss b/app/sass/_layout.scss index 55c64e3..daeea47 100644 --- a/app/sass/_layout.scss +++ b/app/sass/_layout.scss @@ -1,5 +1,5 @@ -@include font-face(400); -@include font-face(700); +@include font-face(400, "./type/inter", "Inter UI"); +@include font-face(700, "./type/inter", "Inter UI"); html, body { diff --git a/app/sass/partials/_mission-statement.scss b/app/sass/partials/_mission-statement.scss index c6a4ec2..3217c87 100644 --- a/app/sass/partials/_mission-statement.scss +++ b/app/sass/partials/_mission-statement.scss @@ -6,6 +6,11 @@ line-height: 1.55; margin-bottom: 1.5rem; position: relative; + user-select: text; + + -ms-user-select: text; + -moz-user-select: text; + -webkit-user-select: text; @media (min-width: 901px) { font-size: 1.25rem; diff --git a/package.json b/package.json index 783cc08..55439c3 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "dependencies": { "@babel/polyfill": "^7.0.0", "@inc/fastify-ws": "^1.1.0", - "@octokit/rest": "^16.1.0", + "@octokit/rest": "^16.2.0", "@slack/client": "^4.8.0", "app-root-path": "^2.1.0", "async": "^2.6.1", @@ -15,11 +15,11 @@ "choo-websocket": "^2.0.0", "colorette": "^1.0.7", "cors": "^2.8.5", - "cron": "^1.5.1", + "cron": "^1.6.0", "date-format-lite": "^17.7.0", "decamelize": "^2.0.0", "dedent": "^0.7.0", - "dotenv": "^6.1.0", + "dotenv": "^6.2.0", "fastify": "^2.0.0-rc.1", "fastify-compress": "^0.7.1", "fastify-helmet": "^3.0.0", @@ -27,7 +27,7 @@ "fastify-ws": "^1.0.0", "front-matter": "^3.0.1", "fs-exists-sync": "^0.1.0", - "got": "^9.3.2", + "got": "^9.4.0", "graceful-fs": "^4.1.15", "heroku-ssl-redirect": "0.0.4", "make-fetch-happen": "^4.0.1", @@ -59,13 +59,13 @@ "@inc/eslint-config": "^1.1.2", "@inc/sasslint-config": "^1.1.2", "@lbry/color": "^1.0.5", - "@lbry/components": "^1.5.1", - "eslint": "^5.9.0", + "@lbry/components": "^1.6.0", + "eslint": "^5.10.0", "husky": "^1.2.0", - "nodemon": "^1.18.7", + "nodemon": "^1.18.8", "npm-run-all": "^4.1.5", - "pino-pretty": "^2.4.0", - "sass": "^1.15.1", + "pino-pretty": "^2.5.0", + "sass": "^1.15.2", "sass-lint": "^1.12.1", "snazzy": "^8.0.0", "standardx": "^3.0.1",