diff --git a/index.html b/index.html
index e953309..9910259 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,8 @@
+
+
BJ_Casino_Rank
diff --git a/src/App.vue b/src/App.vue
index cd6b265..e3b5bdb 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -9,6 +9,8 @@ import BJ_Casino_Rank from './components/BJ_Casino_Rank.vue';
diff --git a/src/assets/fonts.css b/src/assets/fonts.css
new file mode 100644
index 0000000..d8b3c3c
--- /dev/null
+++ b/src/assets/fonts.css
@@ -0,0 +1,7 @@
+@font-face {
+ /* 重命名字体名 */
+ font-family: 'Zen Maru Gothic';
+ src: url('./fonts/ZenMaruGothic-Regular.ttf');
+ font-weight: normal;
+ font-style: normal;
+}
\ No newline at end of file
diff --git a/src/assets/fonts/ZenMaruGothic-Regular.ttf b/src/assets/fonts/ZenMaruGothic-Regular.ttf
new file mode 100644
index 0000000..b491f5b
Binary files /dev/null and b/src/assets/fonts/ZenMaruGothic-Regular.ttf differ
diff --git a/src/main.ts b/src/main.ts
index 333a8f1..ceba0a0 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -1,3 +1,4 @@
+import 'bootstrap';
import 'bootstrap/dist/css/bootstrap.min.css';
import { createApp } from 'vue';
import App from './App.vue';