Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
fix: aggiunti font lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
VinsMach committed Mar 7, 2024
1 parent 8c3c93e commit 2fa6ac7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion src/storage/municipality/allowedFonts.ts
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
export const allowedFonts = ["Titillium Web", "Lora", "Roboto Mono"];
export const allowedFonts = [
"Titillium Web",
"Lora",
"Roboto Mono",
"titillium web",
"lora",
"roboto mono",
];

10 changes: 9 additions & 1 deletion src/storage/school/allowedFonts.ts
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
export const allowedFonts = ["Titillium Web", "Lora", "Roboto Mono"];
export const allowedFonts = [
"Titillium Web",
"Lora",
"Roboto Mono",
"titillium web",
"lora",
"roboto mono",
];

0 comments on commit 2fa6ac7

Please sign in to comment.