模板:Prefix/styles.css
来自EaseCation Wiki
更多操作
@font-face {
font-family: 'UnifontPixel';
src: url('/resources/assets/unifont.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
.unifont-font {
font-family: 'UnifontPixel', 'Courier New', monospace;
font-size: 16px;
line-height: 16px;
image-rendering: pixelated;
/* 右下 硬阴影 */
text-shadow: 1px 1px 0 #000;
}