Skip to content

Commit

Permalink
Added cyrillic font
Browse files Browse the repository at this point in the history
  • Loading branch information
macedonga committed Oct 25, 2024
1 parent b585d24 commit 0cb3295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { T, useTranslate } from "@tolgee/react";
import Popup from "./Popup";
import Image from 'next/image';

const inter = Inter({ subsets: ["latin"] });
const inter = Inter({ subsets: ["latin-ext", "cyrillic-ext"] });

const PACKAGE_NAME = "co.beunblurred.macedonga";
const APPSTORE_LINK = "https://play.app.goo.gl/?link=https://play.google.com/store/apps/details?id=" + PACKAGE_NAME + "&ddl=1&pcampaignid=web_ddl_1";
Expand Down

0 comments on commit 0cb3295

Please sign in to comment.