Deploy RC preview rc2026.00

This commit is contained in:
github-actions[bot]
2026-02-06 02:54:33 +00:00
parent cdbf5e86c6
commit bb528024a9
56 changed files with 10264 additions and 0 deletions

10
rc/styles/extra.css Normal file
View File

@@ -0,0 +1,10 @@
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
:root {
--md-text-font: "Merriweather"
}
.md-nav__title {
font-family: "Nunito Sans";
}