mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-05 10:29:04 +08:00
14 lines
349 B
CSS
14 lines
349 B
CSS
@font-face {
|
|
font-family: 'Aa偷吃可爱长大的';
|
|
src: url('/fonts/AaCute.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'JetBrains Mono';
|
|
src: url('/fonts/JetBrainsMono.ttf') format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'JetBrains Mono';
|
|
src: url('/fonts/JetBrainsMono-Italic.ttf') format('truetype');
|
|
font-style: italic;
|
|
}
|