Remove Lora font

This commit is contained in:
Bojan Mojsilovic 2024-05-31 16:09:53 +02:00
parent 254499a4e4
commit 70a935bc6f
3 changed files with 1 additions and 16 deletions

View File

@ -73,7 +73,6 @@
.summary {
color: var(--text-primary);
font-family: Lora;
font-size: 15px;
font-weight: 400;
line-height: 22px;

View File

@ -11,7 +11,6 @@
p {
color: var(--text-primary);
font-family: Lora;
font-size: 16px;
font-weight: 400;
line-height: 24px;
@ -21,7 +20,6 @@
h1 {
color: var(--text-primary);
font-family: Nacelle;
font-size: 32px;
font-weight: 700;
line-height: 40px;
@ -31,7 +29,6 @@
h2 {
color: var(--text-primary);
font-family: Nacelle;
font-size: 28px;
font-weight: 700;
line-height: 36px;
@ -41,7 +38,6 @@
h3 {
color: var(--text-primary);
font-family: Nacelle;
font-size: 24px;
font-weight: 700;
line-height: 32px;
@ -51,7 +47,6 @@
h4 {
color: var(--text-primary);
font-family: Nacelle;
font-size: 22px;
font-weight: 700;
line-height: 30px;
@ -61,7 +56,6 @@
h5 {
color: var(--text-primary);
font-family: Nacelle;
font-size: 20px;
font-weight: 700;
line-height: 28px;
@ -71,7 +65,6 @@
h6 {
color: var(--text-primary);
font-family: Nacelle;
font-size: 18px;
font-weight: 700;
line-height: 26px;
@ -96,7 +89,6 @@
}
padding-left: 8px;
color: var(--text-primary);
font-family: Lora;
font-size: 16px;
font-weight: 400;
line-height: 24px;
@ -117,7 +109,6 @@
li {
padding-left: 8px;
color: var(--text-primary);
font-family: Lora;
font-size: 16px;
font-weight: 400;
line-height: 24px;
@ -138,7 +129,6 @@
dt {
color: var(--text-primary);
font-family: Lora;
font-size: 16px;
font-weight: 400;
line-height: 24px;
@ -147,7 +137,6 @@
dd {
padding-left: 8px;
color: var(--text-primary);
font-family: Lora;
font-size: 16px;
font-weight: 400;
line-height: 24px;
@ -175,7 +164,6 @@
blockquote {
color: var(--text-primary);
font-family: Lora;
font-size: 16px;
font-weight: 400;
line-height: 24px;
@ -187,7 +175,6 @@
a {
color: var(--accent-links);
font-family: Lora;
font-size: 16px;
font-weight: 400;
line-height: 24px;
@ -199,7 +186,7 @@
code {
color: var(--text-primary);
font-family: "Fira Mono";
font-family: "Fira Mono", monospace;
font-size: 16px;
font-style: normal;
font-weight: 400;

View File

@ -53,7 +53,6 @@
.text {
color: var(--text-primary);
font-family: Lora;
font-size: 16px;
font-weight: 400;
line-height: 24px;