tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
added italic font back in
cozylittle.house
2 years ago
837942bc
5e2cd024
+10
-1
1 changed file
expand all
collapse all
unified
split
app
layout.tsx
+10
-1
app/layout.tsx
···
12
12
export const preferredRegion = ["sfo1"];
13
13
14
14
const quattro = localFont({
15
15
-
src: "../public/fonts/iAWriterQuattroV.ttf",
15
15
+
src: [
16
16
+
{
17
17
+
path: "../public/fonts/iAWriterQuattroV.ttf",
18
18
+
style: "normal",
19
19
+
},
20
20
+
{
21
21
+
path: "../public/fonts/iAWriterQuattroV-Italic.ttf",
22
22
+
style: "italic",
23
23
+
},
24
24
+
],
16
25
display: "swap",
17
26
variable: "--font-quattro",
18
27
});