update fonts cdn

This commit is contained in:
Stille 2022-08-06 11:24:42 +08:00
parent 5368bf3e1e
commit 26a9d9f11a
3 changed files with 8 additions and 3 deletions

View File

@ -30,7 +30,7 @@ docker run -d --name subweb --restart always \
```shell ```shell
docker run -d --name subweb --restart always \ docker run -d --name subweb --restart always \
-p 18080:80 \ -p 18080:80 \
-v /PATH/subweb/conf:/usr/share/nginx/html/conf \ -v /PATH/subweb/public/conf:/usr/share/nginx/html/conf \
stilleshan/subweb stilleshan/subweb
``` ```

View File

@ -8,6 +8,11 @@ window.config = {
link: '/', link: '/',
target: '', target: '',
}, },
{
title: '短链接',
link: 'https://s.ops.ci',
target: '_blank',
},
{ {
title: 'GitHub', title: 'GitHub',
link: 'https://github.com/stilleshan/subweb', link: 'https://github.com/stilleshan/subweb',

View File

@ -1,5 +1,5 @@
@import url("fontawesome-all.min.css"); @import url("https://unpkg.com/@fortawesome/fontawesome-free@5.9.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic"); @import url("https://fonts.loli.net/css?family=Source+Sans+Pro:300,400,300italic,400italic");
/* /*
Alpha by Pixelarity Alpha by Pixelarity