Short Time (t):
HH:MM (AM/PM)
diff --git a/src/scripts/index.js b/src/scripts/index.js
index 64edf0e..9abe240 100644
--- a/src/scripts/index.js
+++ b/src/scripts/index.js
@@ -45,7 +45,7 @@ function resetFn() {
textArea.style.fontStyle = "";
textArea.style.textDecoration = "none";
textArea.style.color = "white";
- textArea.style.fontFamily = "JetBrains Mono";
+ textArea.style.fontFamily = "Whitney Book";
boldOn = italOn = underOn = strikeOn = spoilOn = quoteOn = lineOn = blockOn = slashOn = false;
redBtn.style.display = orangeBtn.style.display = yellowBtn.style.display = greenBtn.style.display = turqBtn.style.display = blueBtn.style.display = grayBtn.style.display = "inline-block";
}
@@ -66,7 +66,7 @@ function rmFn() {
textArea.style.fontStyle = "";
textArea.style.textDecoration = "none";
textArea.style.color = "white";
- textArea.style.fontFamily = "JetBrains Mono";
+ textArea.style.fontFamily = "Whitney Book";
boldOn = italOn = underOn = strikeOn = spoilOn = quoteOn = lineOn = blockOn = slashOn = false;
redBtn.style.color = '#D5322F';
orangeBtn.style.color = '#B7471B';
diff --git a/src/scripts/index.ts b/src/scripts/index.ts
index 5856faa..ca3726f 100644
--- a/src/scripts/index.ts
+++ b/src/scripts/index.ts
@@ -46,7 +46,7 @@ function resetFn(): void{
textArea.style.fontStyle = ""
textArea.style.textDecoration = "none"
textArea.style.color = "white"
- textArea.style.fontFamily = "JetBrains Mono"
+ textArea.style.fontFamily = "Whitney Book"
boldOn = italOn = underOn = strikeOn = spoilOn = quoteOn = lineOn = blockOn = slashOn = false
redBtn.style.display = orangeBtn.style.display = yellowBtn.style.display = greenBtn.style.display = turqBtn.style.display = blueBtn.style.display = grayBtn.style.display = "inline-block"
@@ -72,7 +72,7 @@ function rmFn(): void{
textArea.style.fontStyle = ""
textArea.style.textDecoration = "none"
textArea.style.color = "white"
- textArea.style.fontFamily = "JetBrains Mono"
+ textArea.style.fontFamily = "Whitney Book"
boldOn = italOn = underOn = strikeOn = spoilOn = quoteOn = lineOn = blockOn = slashOn = false
redBtn.style.color = '#D5322F';
orangeBtn.style.color = '#B7471B';
diff --git a/src/scripts/text.js b/src/scripts/text.js
index 0e0c488..a0c7c68 100644
--- a/src/scripts/text.js
+++ b/src/scripts/text.js
@@ -115,7 +115,7 @@ function lineFn(text) {
else if (lineOn === true) {
text = text.replace(/`/g, "");
lineBtn.style.color = 'white';
- textArea.style.fontFamily = "JetBrains Mono";
+ textArea.style.fontFamily = "Whitney Book";
textArea.value = text;
lineOn = false;
}
@@ -131,9 +131,9 @@ function blockFn(text) {
else if (blockOn === true) {
text = text.replace(/```/g, "");
blockBtn.style.color = 'white';
- textArea.style.fontFamily = "JetBrains Mono";
textArea.value = text;
blockOn = false;
+ textArea.style.fontFamily = "Whitney Book";
}
}
function slashFn(text) {
diff --git a/src/scripts/text.ts b/src/scripts/text.ts
index 4511934..3396e73 100644
--- a/src/scripts/text.ts
+++ b/src/scripts/text.ts
@@ -111,7 +111,7 @@ function lineFn(text: string): void {
} else if(lineOn === true) {
text = text.replace(/`/g, "")
lineBtn.style.color = 'white';
- textArea.style.fontFamily = "JetBrains Mono"
+ textArea.style.fontFamily = "Whitney Book"
textArea.value = text
lineOn = false
}
@@ -126,9 +126,9 @@ function blockFn(text: string): void {
} else if(blockOn === true) {
text = text.replace(/```/g, "")
blockBtn.style.color = 'white';
- textArea.style.fontFamily = "JetBrains Mono"
textArea.value = text
blockOn = false
+ textArea.style.fontFamily = "Whitney Book"
}
}
function slashFn(text: string): void {
diff --git a/src/styles.css b/src/styles.css
index d5a4398..373de0d 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -25,12 +25,12 @@ main{
color: #ffffff;
text-align: center;
} main h1{
- font-family:'Aldrich', Helvetica, sans-serif;
- font-size:3em;
+ font-family:'Whitney Book', Helvetica, sans-serif;
+ font-size:3.25em;
color: #ffffff;
padding: 1rem;
} main p{
- font-family: 'JetBrains Mono', monospace;
+ font-family: 'Whitney Book', sans-serif;
font-size: 1.5em;
width: 90%;
} main a{
@@ -38,11 +38,11 @@ main{
text-decoration: none;
transition: text-shadow 0.3s;
} main h2{
- font-family:'Aldrich', Helvetica, sans-serif;
+ font-family:'Whitney Book', Helvetica, sans-serif;
margin: 15px;
font-size: 1.75em;
} main h3{
- font-family:'Aldrich', Helvetica, sans-serif;
+ font-family:'Whitney Book', Helvetica, sans-serif;
margin: 15px;
font-size: 1.25em;
} main a:hover{
@@ -63,7 +63,8 @@ main{
height: 10rem;
resize: none;
width: 50%;
- font-family: 'JetBrains Mono', 'Helvetica Neue', sans-serif;
+ font-family: 'Whitney Book', sans-serif;
+ font-size: 0.9em
} main code{
background-color: #1e2124;
font-size: 1.1em;
@@ -112,7 +113,7 @@ article{
} article select{
background-color: #1e2124;
color: white;
- font-family: 'JetBrains Mono', monospace;
+ font-family: 'Whitney Book', sans-serif;
padding: 1rem;
border-radius: 0.5rem;
font-size: 0.9rem;
@@ -122,7 +123,7 @@ article{
footer{
margin: auto;
text-align: center;
- font-family:'Aldrich', Helvetica, sans-serif;
+ font-family:'Whitney Book', Helvetica, sans-serif;
padding: 1.5em;
} footer a{
color: #ffffff;
@@ -133,8 +134,8 @@ footer{
button{
border: none;
padding: 0.9rem;
- font-size:1em;
- font-family: 'JetBrains Mono', monospace;
+ font-size:1.1em;
+ font-family: 'Whitney Book', sans-serif;
background-color: #1e2124;
color: white;
border-radius: 0.8rem;
@@ -153,7 +154,7 @@ button{
#datepicker{
background-color: #1e2124;
color: white;
- font-family: 'JetBrains Mono', monospace;
+ font-family: 'Whitney Book', sans-serif;
padding: 1rem;
border-radius: 0.5rem;
font-size: 0.9rem;