diff --git a/public/fonts/Roboto-Bold.ttf b/public/fonts/Roboto-Bold.ttf new file mode 100644 index 00000000..d998cf5b Binary files /dev/null and b/public/fonts/Roboto-Bold.ttf differ diff --git a/public/fonts/Roboto-BoldItalic.ttf b/public/fonts/Roboto-BoldItalic.ttf new file mode 100644 index 00000000..b4e22103 Binary files /dev/null and b/public/fonts/Roboto-BoldItalic.ttf differ diff --git a/public/fonts/Roboto-Medium.ttf b/public/fonts/Roboto-Medium.ttf new file mode 100644 index 00000000..87983419 Binary files /dev/null and b/public/fonts/Roboto-Medium.ttf differ diff --git a/public/fonts/Roboto-MediumItalic.ttf b/public/fonts/Roboto-MediumItalic.ttf new file mode 100644 index 00000000..5e866375 Binary files /dev/null and b/public/fonts/Roboto-MediumItalic.ttf differ diff --git a/public/fonts/Roboto-Regular.ttf b/public/fonts/Roboto-Regular.ttf new file mode 100644 index 00000000..2b6392ff Binary files /dev/null and b/public/fonts/Roboto-Regular.ttf differ diff --git a/public/fonts/SourceHanSansSC-Bold-Min.ttf b/public/fonts/SourceHanSansSC-Bold-Min.ttf new file mode 100644 index 00000000..c9ba337a Binary files /dev/null and b/public/fonts/SourceHanSansSC-Bold-Min.ttf differ diff --git a/public/fonts/SourceHanSansSC-Medium-Min.ttf b/public/fonts/SourceHanSansSC-Medium-Min.ttf new file mode 100644 index 00000000..c738499b Binary files /dev/null and b/public/fonts/SourceHanSansSC-Medium-Min.ttf differ diff --git a/public/fonts/SourceHanSansSC-Normal-Min.ttf b/public/fonts/SourceHanSansSC-Normal-Min.ttf new file mode 100644 index 00000000..4f0fe441 Binary files /dev/null and b/public/fonts/SourceHanSansSC-Normal-Min.ttf differ diff --git a/src/style/fonts.css b/src/style/fonts.css index d3ca3544..6e321f9d 100644 --- a/src/style/fonts.css +++ b/src/style/fonts.css @@ -2,35 +2,35 @@ font-family: 'Roboto'; font-style: normal; font-weight: normal; - src: url('https://g.alicdn.com/cm-design/mw-vendor/1.6.11/Roboto-Regular.ttf') format('truetype'); + src: url('/fonts/Roboto-Regular.ttf') format('truetype'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: bold; - src: url('https://g.alicdn.com/cm-design/mw-vendor/1.6.11/Roboto-Bold.ttf') format('truetype'); + src: url('/fonts/Roboto-Bold.ttf') format('truetype'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: bold; -src: url('https://g.alicdn.com/cm-design/mw-vendor/1.6.11/Roboto-BoldItalic.ttf') format('truetype'); +src: url('/fonts/Roboto-BoldItalic.ttf') format('truetype'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; -src: url('https://g.alicdn.com/cm-design/mw-vendor/1.6.11/Roboto-Medium.ttf') format('truetype'); +src: url('/fonts/Roboto-Medium.ttf') format('truetype'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; -src: url('https://g.alicdn.com/cm-design/mw-vendor/1.6.11/Roboto-MediumItalic.ttf') format('truetype'); +src: url('/fonts/Roboto-MediumItalic.ttf') format('truetype'); } @@ -39,14 +39,14 @@ src: url('https://g.alicdn.com/cm-design/mw-vendor/1.6.11/Roboto-MediumItalic.tt font-family: 'SourceHanSans'; font-style: normal; font-weight: normal; - src: url('https://g.alicdn.com/cm-design/mw-vendor/1.6.11/SourceHanSansSC-Normal-Min.ttf') format('truetype'); + src: url('/fonts/SourceHanSansSC-Normal-Min.ttf') format('truetype'); } @font-face { font-family: 'SourceHanSans'; font-style: normal; font-weight: 500; - src: url('https://g.alicdn.com/cm-design/mw-vendor/1.6.11/SourceHanSansSC-Medium-Min.ttf') format('truetype'); + src: url('/fonts/SourceHanSansSC-Medium-Min.ttf') format('truetype'); } @@ -55,7 +55,7 @@ src: url('https://g.alicdn.com/cm-design/mw-vendor/1.6.11/Roboto-MediumItalic.tt font-family: 'SourceHanSans'; font-style: normal; font-weight: bold; - src: url('https://g.alicdn.com/cm-design/mw-vendor/1.6.11/SourceHanSansSC-Bold-Min.ttf') format('truetype'); + src: url('/fonts/SourceHanSansSC-Bold-Min.ttf') format('truetype'); }