feat: self-host fonts, styled block page, wildcard TLS #16

Merged
dearsky merged 56 commits from refs/pull/16/head into main 2026-03-27 08:19:54 +08:00
Showing only changes of commit 0a39d98861 - Show all commits

View File

@@ -873,7 +873,7 @@ fn trust_ca() -> Result<(), String> {
#[cfg(not(any(target_os = "macos", target_os = "linux")))]
{
return Err("CA trust not supported on this OS".into());
Err("CA trust not supported on this OS".into())
}
#[cfg(any(target_os = "macos", target_os = "linux"))]