diff options
| author | taehoon <th.dev91@gmail.com> | 2019-12-03 10:32:46 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-12-03 10:32:46 -0500 |
| commit | afd4524c3920f8426051e0673b42f022cb3627fe (patch) | |
| tree | 1a5646b947b1357e6c48e48a5d5092682a0305c4 /src/main.js | |
| parent | 0082ed837ed0b4b9a047520460782562bad0d8aa (diff) | |
use another approach for versioning font files
Diffstat (limited to 'src/main.js')
| -rw-r--r-- | src/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.js b/src/main.js index 6469ba5c..fe0fed94 100644 --- a/src/main.js +++ b/src/main.js @@ -32,8 +32,8 @@ import VTooltip from 'v-tooltip' import afterStoreSetup from './boot/after_store.js' -import './font/css/fontello.css' -import './font/css/animation.css' +// import './font/css/fontello.css' +// import './font/css/animation.css' const currentLocale = (window.navigator.language || 'en').split('-')[0] |
