File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import {
11
11
} from 'notion-utils'
12
12
13
13
import * as libConfig from '@/lib/config'
14
- import interRegularFont from '@/lib/fonts/inter-regular'
15
14
import interSemiBoldFont from '@/lib/fonts/inter-semibold'
16
15
import { mapImageUrl } from '@/lib/map-image-url'
17
16
import { notion } from '@/lib/notion-api'
@@ -52,7 +51,6 @@ export default async function OGImage(
52
51
backgroundColor : '#1F2027' ,
53
52
alignItems : 'center' ,
54
53
justifyContent : 'center' ,
55
- fontFamily : '"Inter", sans-serif' ,
56
54
color : 'black'
57
55
} }
58
56
>
@@ -158,12 +156,6 @@ export default async function OGImage(
158
156
width : 1200 ,
159
157
height : 630 ,
160
158
fonts : [
161
- {
162
- name : 'Inter' ,
163
- data : interRegularFont ,
164
- style : 'normal' ,
165
- weight : 400
166
- } ,
167
159
{
168
160
name : 'Inter' ,
169
161
data : interSemiBoldFont ,
You can’t perform that action at this time.
0 commit comments