mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-12-26 09:56:34 +08:00
8 lines
129 B
CSS
8 lines
129 B
CSS
:root {
|
|
--md-code-font: 'SF Mono';
|
|
}
|
|
@font-face {
|
|
font-family: 'SF Mono';
|
|
src: url('./fonts/SF-Mono-Regular.otf');
|
|
}
|