fix: Google Font

feat: add a todo view
This commit is contained in:
Julien Calixte
2026-01-19 00:36:29 +01:00
parent b6554282f7
commit 3e417ca271
10 changed files with 162 additions and 110 deletions

View File

@@ -3,7 +3,7 @@ import { watchEffect } from "vue"
import { useUserRepoStore } from "@/modules/repo/store/userRepo.store"
import { downloadGoogleFont } from "@/utils/downloadGoogleFont"
const DEFAULT_FONT_POLICY = "Courier Prime, monospace"
const DEFAULT_FONT_POLICY = "Courier Prime,monospace"
const DEFAULT_FONT_SIZE = "16px"
export const useUserSettings = () => {