Skip to content
Snippets Groups Projects
Verified Commit 4ad4677a authored by Sebastian Kawelke's avatar Sebastian Kawelke :upside_down:
Browse files

Changes headlines to space grotesk font

parent aa3a7dff
No related branches found
No related tags found
No related merge requests found
File added
File added
File added
File added
File added
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
@font-face {
font-family: 'Space Grotesk';
font-style: normal;
font-weight: 300;
src: url(/fonts/SpaceGrotesk-Light.woff2) format('woff2');
}
@font-face {
font-family: 'Space Grotesk';
font-style: normal;
font-weight: 400;
src: url(/fonts/SpaceGrotesk-Regular.woff2) format('woff2');
}
@font-face {
font-family: 'Space Grotesk';
font-style: normal;
font-weight: 500;
src: url(/fonts/SpaceGrotesk-Medium.woff2) format('woff2');
}
@font-face {
font-family: 'Space Grotesk';
font-style: normal;
font-weight: 600;
src: url(/fonts/SpaceGrotesk-SemiBold.woff2) format('woff2');
}
@font-face {
font-family: 'Space Grotesk';
font-style: normal;
font-weight: 700;
src: url(/fonts/SpaceGrotesk-Bold.woff2) format('woff2');
}
}
// Change H1 font family
@layer components {
h1 {
font-family: 'Space Grotesk', sans-serif;
}
h2 {
font-family: 'Space Grotesk', sans-serif;
}
h3 {
font-family: 'Space Grotesk', sans-serif;
}
}
\ No newline at end of file
......@@ -6,7 +6,10 @@ module.exports = {
'./src/app/**/*.{js,ts,jsx,tsx,md,mdx}',
'./theme.config.tsx'
],
theme: {
theme: {
fontFamily: {
'space-grotesk': ['Space Grotesk', 'sans-serif'],
},
extend: {
colors: {
zendis: {
......
......@@ -47,7 +47,7 @@ const config: DocsThemeConfig = {
className="h-12 w-auto"
/>
<span>
<span className="text-xl font-bold text-black">
<span className="font-space-grotesk text-xl font-bold text-black">
Badge API Documentation
</span>
</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.