File tree Expand file tree Collapse file tree
src/frontend/src/routes/og Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export async function GET({ url }: RequestEvent) {
2020 stylesheets : [ style ] ,
2121 fonts : [
2222 {
23- name : 'Geist' ,
23+ name : 'Geist Variable ' ,
2424 data : ( ) => read ( Geist ) . arrayBuffer ( )
2525 }
2626 ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export async function GET({ url }: RequestEvent) {
2020 stylesheets : [ style ] ,
2121 fonts : [
2222 {
23- name : 'Geist' ,
23+ name : 'Geist Variable ' ,
2424 data : ( ) => read ( Geist ) . arrayBuffer ( )
2525 }
2626 ]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export async function GET({ url }: RequestEvent) {
2121 stylesheets : [ style ] ,
2222 fonts : [
2323 {
24- name : 'Geist' ,
24+ name : 'Geist Variable ' ,
2525 data : ( ) => read ( Geist ) . arrayBuffer ( )
2626 }
2727 ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export async function GET({ url }: RequestEvent) {
2020 stylesheets : [ style ] ,
2121 fonts : [
2222 {
23- name : 'Geist' ,
23+ name : 'Geist Variable ' ,
2424 data : ( ) => read ( Geist ) . arrayBuffer ( )
2525 }
2626 ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export async function GET({ url }: RequestEvent) {
2020 stylesheets : [ style ] ,
2121 fonts : [
2222 {
23- name : 'Geist' ,
23+ name : 'Geist Variable ' ,
2424 data : ( ) => read ( Geist ) . arrayBuffer ( )
2525 }
2626 ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export async function GET({ url }: RequestEvent) {
2020 stylesheets : [ style ] ,
2121 fonts : [
2222 {
23- name : 'Geist' ,
23+ name : 'Geist Variable ' ,
2424 data : ( ) => read ( Geist ) . arrayBuffer ( )
2525 }
2626 ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export async function GET({ url }: RequestEvent) {
2020 stylesheets : [ style ] ,
2121 fonts : [
2222 {
23- name : 'Geist' ,
23+ name : 'Geist Variable ' ,
2424 data : ( ) => read ( Geist ) . arrayBuffer ( )
2525 }
2626 ]
Original file line number Diff line number Diff line change 11import style from '#css/tailwind.css?inline' ;
2- import { render } from 'svelte/server' ;
3- import ImageResponse from 'takumi-js/response' ;
42import { read } from '$app/server' ;
53import Geist from '$lib/assets/fonts/Geist.woff2' ;
4+ import { render } from 'svelte/server' ;
5+ import ImageResponse from 'takumi-js/response' ;
66import type { RequestEvent } from './$types' ;
77import Component from './Component.svelte' ;
88
@@ -20,7 +20,7 @@ export async function GET({ url }: RequestEvent) {
2020 stylesheets : [ style ] ,
2121 fonts : [
2222 {
23- name : 'Geist' ,
23+ name : 'Geist Variable ' ,
2424 data : ( ) => read ( Geist ) . arrayBuffer ( )
2525 }
2626 ]
You can’t perform that action at this time.
0 commit comments