This repository was archived by the owner on Feb 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
assembler/styles/typography Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 19
19
],
20
20
"settings" : {
21
21
"typography" : {
22
+ "fontFamilies" : [
23
+ {
24
+ "fontFace" : [
25
+ {
26
+ "fontFamily" : " Ibarra Real Nova" ,
27
+ "fontStretch" : " normal" ,
28
+ "fontStyle" : " normal" ,
29
+ "fontWeight" : " 100 800" ,
30
+ "src" : [
31
+ " file:./assets/fonts/ibarra-real-nova/IbarraRealNova-VariableFont_wght.ttf"
32
+ ]
33
+ }
34
+ ],
35
+ "fontFamily" : " \" Ibarra Real Nova\" , serif" ,
36
+ "name" : " Ibarra Real Nova" ,
37
+ "slug" : " ibarra-real-nova"
38
+ },
39
+ {
40
+ "fontFace" : [
41
+ {
42
+ "fontFamily" : " Inter" ,
43
+ "fontStretch" : " normal" ,
44
+ "fontStyle" : " normal" ,
45
+ "fontWeight" : " 100 800" ,
46
+ "src" : [
47
+ " file:./assets/fonts/inter/InterVariable.ttf"
48
+ ]
49
+ },
50
+ {
51
+ "fontFamily" : " Inter" ,
52
+ "fontStretch" : " normal" ,
53
+ "fontStyle" : " italic" ,
54
+ "fontWeight" : " 100 800" ,
55
+ "src" : [
56
+ " file:./assets/fonts/inter/InterVariable-Italic.ttf"
57
+ ]
58
+ }
59
+ ],
60
+ "fontFamily" : " \" Inter\" , sans-serif" ,
61
+ "name" : " Inter" ,
62
+ "slug" : " inter"
63
+ }
64
+ ],
22
65
"fontSizes" : [
23
66
{
24
67
"name" : " Small" ,
You can’t perform that action at this time.
0 commit comments