mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 05:31:04 +00:00
移除字体
This commit is contained in:
@@ -1,48 +0,0 @@
|
||||
// Made by Luting ^-^
|
||||
@font-face {
|
||||
font-family: 'Maple Hand';
|
||||
src: url('/assets/fonts/MapleHand-Regular.ttf') format('truetype');
|
||||
font-display: swap;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Maple Hand';
|
||||
src: url('/assets/fonts/MapleHand-Bold.ttf') format('truetype');
|
||||
font-display: swap;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'VictorMono NF';
|
||||
src: url('/assets/fonts/VictorMonoNerdFont-Regular.ttf') format('truetype');
|
||||
font-display: swap;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'VictorMono NF';
|
||||
src: url('/assets/fonts/VictorMonoNerdFont-Italic.ttf') format('truetype');
|
||||
font-display: swap;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'VictorMono NF';
|
||||
src: url('/assets/fonts/VictorMonoNerdFont-Bold.ttf') format('truetype');
|
||||
font-display: swap;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'VictorMono NF';
|
||||
src: url('/assets/fonts/VictorMonoNerdFont-BoldItalic.ttf') format('truetype');
|
||||
font-display: swap;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
@@ -1,21 +1,4 @@
|
||||
// Made by Luting ^-^
|
||||
:root :lang(zh-CN) {
|
||||
--fonts-override: 'Maple Hand', 'VictorMono NF', 'VictorMono Nerd Font';
|
||||
}
|
||||
|
||||
.job-step-logs {
|
||||
font-family: 'ui-monospace', 'SFMono-Regular', 'SF Mono', 'Menlo', 'Consolas', 'Liberation Mono', 'monospace', 'Maple Hand' !important;
|
||||
}
|
||||
|
||||
.repository {
|
||||
#commits-table .text.right,
|
||||
#repo-files-table .repo-file-cell.age,
|
||||
#repo-files-table relative-time {
|
||||
font-family: 'VictorMono NF', 'VictorMono Nerd Font', 'Maple Hand';
|
||||
font-weight: bold !important;
|
||||
}
|
||||
}
|
||||
|
||||
:root {
|
||||
--is-dark-theme: true;
|
||||
--border-radius: 6px;
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
/* Made by Luting ^-^ */
|
||||
@use 'fontface';
|
||||
@use 'theme-github';
|
||||
@@ -1,12 +0,0 @@
|
||||
/* Made by Luting ^-^ */
|
||||
// 独家秘制小主题
|
||||
@use 'theme-github';
|
||||
|
||||
.repository {
|
||||
#commits-table .text.right,
|
||||
#repo-files-table .repo-file-cell.age,
|
||||
#repo-files-table relative-time {
|
||||
font-family: 'Maple Mono NF', 'Maple Hand';
|
||||
font-weight: normal !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user