Local fonts

This commit is contained in:
Natsumi
2022-07-02 10:46:57 +12:00
parent 9dcce5e707
commit 0cfad90370
6 changed files with 204 additions and 136 deletions

View File

@@ -4,6 +4,8 @@
// This work is licensed under the terms of the MIT license.
// For a copy, see <https://opensource.org/licenses/MIT>.
import '@fontsource/noto-sans-kr';
import '@fontsource/noto-sans-jp';
import Noty from 'noty';
import Vue from 'vue';
import VueLazyload from 'vue-lazyload';
@@ -12388,7 +12390,7 @@ speechSynthesis.getVoices();
});
} else if (testUrl === 'https://vrchat.') {
var url = new URL(input);
var urlPath = url.pathname;
var urlPath = url.pathname;
if (urlPath.substring(5, 11) === '/user/') {
var userId = urlPath.substring(11);
this.showUserDialog(userId);