Skip to content

Commit 1436a85

Browse files
committed
fix: add back styling
1 parent db44808 commit 1436a85

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

fern/docs.yml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,61 @@ products:
6161
icon: fa-regular fa-plug
6262
image: ./images/product-switcher/grpc-def.png
6363
slug: grpc
64+
65+
66+
css: ./assets/styles.css
67+
68+
navbar-links:
69+
- type: minimal
70+
text: Slack community
71+
url: https://buildwithfern.com/slack
72+
- type: secondary
73+
text: Log in
74+
url: https://dashboard.buildwithfern.com/
75+
- type: filled
76+
text: Book a demo
77+
url: https://buildwithfern.com/contact
78+
79+
typography:
80+
bodyFont:
81+
name: GT-Planar
82+
paths:
83+
- path: ./assets/GT-Planar.woff2
84+
weight: 400
85+
- path: ./assets/GT-Planar-Medium.woff2
86+
weight: 500
87+
- path: ./assets/GT-Planar-Bold.woff2
88+
weight: 600 700
89+
headingsFont:
90+
name: GT-Planar-Bold
91+
path: ./assets/GT-Planar-Bold.woff2
92+
weight: 600 700
93+
94+
logo:
95+
href: /learn
96+
light: ./images/logo-primary.svg
97+
dark: ./images/logo-white.svg
98+
height: 20
99+
colors:
100+
accent-primary:
101+
dark: "#70E155"
102+
light: "#008700"
103+
background:
104+
dark: "#111113"
105+
light: "#FFFFFF"
106+
border:
107+
dark: "#393A40"
108+
light: "#E0E1E6"
109+
header-background:
110+
dark: "#19191B"
111+
light: "#FFFFFF"
112+
card-background:
113+
dark: "#222325"
114+
light: "#FFFFFF"
115+
favicon: ./images/favicon_32.png
116+
117+
layout:
118+
page-width: 1504px
119+
header-height: 75px
120+
searchbar-placement: header
121+
tabs-placement: header

0 commit comments

Comments
 (0)