A design system in a box. hip-ui.tngl.io/docs/introduction
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fonts

+3 -7
+2 -6
apps/docs/src/routes/__root.tsx
··· 137 137 links: [ 138 138 { 139 139 rel: "preconnect", 140 - href: "https://fonts.googleapis.com", 141 - }, 142 - { 143 - rel: "preconnect", 144 - href: "https://fonts.gstatic.com", 140 + href: "https://rsms.me/", 145 141 }, 146 142 { 147 143 rel: "stylesheet", 148 - href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap", 144 + href: "https://rsms.me/inter/inter.css", 149 145 }, 150 146 import.meta.env.DEV 151 147 ? {
+1 -1
apps/docs/src/routes/docs.tsx
··· 176 176 </Flex> 177 177 } 178 178 > 179 - <Text font="serif" size="4xl" weight="bold"> 179 + <Text font="title" size="4xl" weight="bold"> 180 180 Hip UI 181 181 </Text> 182 182 </SidebarHeader>