From 1c8cdb01470fa2027075b2947a66c4ab68101d23 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 7 Apr 2025 18:39:49 +0500 Subject: [PATCH] fix typo --- theme.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/theme.json b/theme.json index 94f6ce7..cb395a9 100644 --- a/theme.json +++ b/theme.json @@ -142,49 +142,49 @@ "name": "sora", "fontFace": [ { - "fontFamily": "sora", + "fontFamily": "Sora", "fontWeight": "100", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora-thin.woff2"] }, { - "fontFamily": "sora", + "fontFamily": "Sora", "fontWeight": "200", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora-extralight.woff2"] }, { - "fontFamily": "sora", + "fontFamily": "Sora", "fontWeight": "300", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora-light.woff2"] }, { - "fontFamily": "sora", + "fontFamily": "Sora", "fontWeight": "400", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora.woff2"] }, { - "fontFamily": "sora", + "fontFamily": "Sora", "fontWeight": "500", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora-medium.woff2"] }, { - "fontFamily": "sora", + "fontFamily": "Sora", "fontWeight": "600", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora-semibold.woff2"] }, { - "fontFamily": "sora", + "fontFamily": "Sora", "fontWeight": "700", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora-bold.woff2"] }, { - "fontFamily": "sora", + "fontFamily": "Sora", "fontWeight": "800", "fontStyle": "normal", "src": ["file:./assets/fonts/sora/sora-extrabold.woff2"]