main #8
1 changed files with 0 additions and 2 deletions
|
@ -8,14 +8,12 @@ function enableSGA() {
|
||||||
document.getElementById("body").style.fontFamily =
|
document.getElementById("body").style.fontFamily =
|
||||||
"standardGalactic, system-ui";
|
"standardGalactic, system-ui";
|
||||||
sessionStorage.setItem("sgaEnabled", 1);
|
sessionStorage.setItem("sgaEnabled", 1);
|
||||||
console.debug(sessionStorage.getItem("sgaEnabled"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function disableSGA() {
|
function disableSGA() {
|
||||||
document.getElementById("body").style.fontFamily =
|
document.getElementById("body").style.fontFamily =
|
||||||
"departure-mono, system-ui";
|
"departure-mono, system-ui";
|
||||||
sessionStorage.removeItem("sgaEnabled");
|
sessionStorage.removeItem("sgaEnabled");
|
||||||
console.debug(sessionStorage.getItem("sgaEnabled"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function toggleTheme() {
|
function toggleTheme() {
|
||||||
|
|
Loading…
Reference in a new issue