mirror of
https://github.com/SuperManito/LinuxMirrors.git
synced 2026-02-27 09:44:37 +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');
|
|
}
|