Deploy RC preview v2026-rc0

This commit is contained in:
github-actions[bot]
2026-02-05 00:48:28 +00:00
parent fa1844b92a
commit fcf83400b3
56 changed files with 10315 additions and 0 deletions

10
rc/v2026-rc0/dist/styles/extra.css vendored 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";
}