Skip to content

Commit ada85e7

Browse files
committed
Fix rust build, fix branding markdown
1 parent 40569df commit ada85e7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/src/content/docs/community/branding.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Branding
33
---
44

5-
<!-- markdownlint-disable MD033 -->
5+
import { LinkButton } from '@astrojs/starlight/components';
66

77
These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev/Setonix/blob/develop/BRANDING_LICENSE).
88

@@ -49,7 +49,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev
4949

5050
## Fonts
5151

52-
* `Roboto`
52+
* Website: `Inter`
53+
* App: `Comfortaa`
5354

5455
## Screenshots
5556

rust-toolchain.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[toolchain]
22
channel = "1.93.0"
3+
components = ["rustfmt"]

0 commit comments

Comments
 (0)