hack font now baked in, no cdn in index.html

This commit is contained in:
Hugh Bord 2021-08-04 15:14:52 +10:00
parent bfa9c46d82
commit a30113489c
5 changed files with 8 additions and 2 deletions

View File

@ -15,6 +15,7 @@
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/postcss7-compat": "^2.2.7",
"autoprefixer": "^9",
"hack-font": "source-foundry/Hack",
"lz-string": "^1.4.4",
"postcss": "^7",
"postcss-loader": "^6.1.1",

View File

@ -5,7 +5,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.css">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>

View File

@ -6,6 +6,8 @@ import VueClipboard from 'vue-clipboard2';
import { tailwindCss } from './tailwindSettings';
import 'vue-draggable-resizable/dist/VueDraggableResizable.css';
import 'hack-font/build/web/hack.css';
import store from './store';
import Dashboard from './Dashboard.vue';

View File

@ -6,4 +6,4 @@
/* tailwind css */
/* custom css */
/* custom css */

View File

@ -4769,6 +4769,10 @@ gzip-size@^5.0.0:
duplexer "^0.1.1"
pify "^4.0.1"
hack-font@source-foundry/Hack:
version "3.3.0"
resolved "https://codeload.github.com/source-foundry/Hack/tar.gz/a737c121cabb337fdfe655d8c7304729f351e30f"
handle-thing@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e"