fix: Google Font
feat: add a todo view
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user