File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
packages/pure/components/basic Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { Icon } from '../user'
9
9
>
10
10
<a
11
11
class =' z-30 text-xl font-semibold group-[.not-top]:ms-2 sm:group-[.not-top]:ms-3'
12
- style =' transition:margin-inline 0.3s'
12
+ style =' transition:margin-inline 0.3s; font-family: "ZSFT-e"; '
13
13
href =' /'
14
14
aria-label =' Brand' >{ config .title } </a
15
15
>
Original file line number Diff line number Diff line change 5
5
font-weight : normal;
6
6
}
7
7
8
+ @font-face {
9
+ font-family : "ZSFT-e" ;
10
+ src : url ("https://fontsapi.zeoseven.com/e/main.woff2" ) format ("woff2" ),
11
+ url ("https://fontsapi-storage.zeoseven.com/e/main.woff2" ) format ("woff2" );
12
+ font-display : swap;
13
+ }
14
+
15
+
8
16
/* Animation */
9
17
@keyframes fade-in-up {
10
18
0% {
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import type { CardListData } from 'astro-pure/types';
4
4
export const theme : ThemeUserConfig = {
5
5
// === Basic configuration ===
6
6
/** Title for your website. Will be used in metadata and as browser tab title. */
7
- title : "CCM'blog " ,
7
+ title : "CCM" ,
8
8
/** Will be used in index page & copyright declaration */
9
- author : 'CCM ' ,
9
+ author : 'catcodeme ' ,
10
10
/** Description metadata for your website. Can be used in page metadata. */
11
11
description : '记录生活的碎片,有时停下笔挠挠猫下巴' ,
12
12
/** The default favicon for your site which should be a path to an image in the `public/` directory. */
You can’t perform that action at this time.
0 commit comments