studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
34 lines (33 loc) • 582 B
CSS
@font-face {
font-family: "Monaspace";
src: url(../woff2/syntax.woff2) format("woff2");
}
@font-palette-values --github-dark {
font-family: "Monaspace";
override-colors:
0 #f97583,
1 #68737e,
2 #fda5ff,
3 #79b8ff,
4 #cea5fb,
5 #ffffff,
6 #d19a66,
7 #9ecbff,
8 #9ecbff;
}
@font-palette-values --github-light {
font-family: "Monaspace";
override-colors:
0 #cf222e,
1 #6e7781,
2 #000d99,
3 #000d99,
4 #6639ba,
5 #000000,
6 #d19a66,
7 #000d99,
8 #000d99;
}
:root {
--scms-font-syntax: "Monaspace";
}