Skip to content

Commit

Permalink
Use Web Safe fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
junian committed May 3, 2024
1 parent 599206c commit 004249f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions site/src/utils/constants/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ export const THEME_COLORS = [
];

export const EN_FONTS: Font[] = [
{
name: "Arial"
},
{
name: "Courier New"
},
{
name: "Georgia"
},
{
name: "Times New Roman"
},
{
name: "Trebuchet MS"
},
{
name: "Verdana"
},
/*
{
name: "Adobe Garamond Pro"
},
Expand All @@ -31,6 +50,7 @@ export const EN_FONTS: Font[] = [
{
name: "Times Newer Roman"
}
*/
];

export const CJK_FONTS: Font[] = [
Expand Down

0 comments on commit 004249f

Please sign in to comment.