diff options
| author | Haishan <[email protected]> | 2020-04-25 22:25:58 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-04-26 17:58:58 +0800 |
| commit | 7cdbba5bf47062f80a0dc7d80a62ff977d4f568e (patch) | |
| tree | 5f00acc99837a63eab94daa03f87c9d2bad94318 /src | |
| parent | 2ef14e63c08a2d0b5b26abe73e8718d1d1ef534e (diff) | |
chore: use google fonts hosting
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.template.ejs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/index.template.ejs b/src/index.template.ejs index 1fd1724..9714a03 100644 --- a/src/index.template.ejs +++ b/src/index.template.ejs @@ -11,17 +11,14 @@ <meta name="description" content="Yet Another Clash Dashboard"> <meta name="theme-color" content="#202020"> <title><%= htmlWebpackPlugin.options.title %></title> - <link href="https://fonts.loli.net/css?family=Merriweather+Sans:400,700|Roboto+Mono&display=swap" rel="stylesheet"> - <!-- <link rel="prefetch" href="https://cdn.jsdelivr.net/npm/@hsjs/[email protected]/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhLq3-cXbKD.woff2"> --> - <!-- <link rel="prefetch" href="https://fonts.loli.net/css?family=Merriweather+Sans:400,700&display=swap" rel="stylesheet"> --> + <link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@400;700&family=Roboto+Mono&display=swap" rel="stylesheet"> <meta property="og:image" content="https://user-images.githubusercontent.com/1166872/47304841-536f3d80-d65a-11e8-8908-1917127dafc5.png"> <meta property="og:site_name" content="yacd"> <meta property="og:type" content="object"> <meta property="og:title" content="yacd"> <meta property="og:url" content="http://yacd.haishan.me"> <meta property="og:description" content="Yet Another Clash Dashboard"> - - +</head> <body> <div id="app"></div> </body> |
