feat: create template for Our Work page
This commit is contained in:
22
theme.json
22
theme.json
@ -15,6 +15,13 @@
|
||||
"postTypes": [
|
||||
"page"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "our-work",
|
||||
"title": "Our Work page",
|
||||
"postTypes": [
|
||||
"page"
|
||||
]
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
@ -113,6 +120,21 @@
|
||||
"name": "'Darker Grotesque', sans-serif",
|
||||
"fontFamily": "Darker Grotesque",
|
||||
"slug": "darkergrotesque"
|
||||
},
|
||||
{
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "FT88",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/FT88-School.otf",
|
||||
"file:./assets/fonts/FT88-School.ttf"
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "FT88",
|
||||
"fontFamily": "FT88, serif",
|
||||
"slug": "ft88"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user