feat: change default font family

This commit is contained in:
Julien Calixte
2026-02-14 22:23:53 +01:00
parent 9a05b58131
commit 0ce44404a4
4 changed files with 5 additions and 5 deletions

View File

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