Update
This commit is contained in:
parent
961623641f
commit
c89f153ab2
|
@ -76,8 +76,9 @@ body {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src:
|
src:
|
||||||
url('/fonts/Lora/Lora-Regular.ttf') format('ttf'),
|
url('/fonts/LoraSerif/Lora-Regular.ttf') format('ttf'),
|
||||||
url('/fonts/lora/Lora-Regular.woff') format('woff');
|
url('/fonts/LoraSerif/lora/Lora-Regular.woff') format('woff'),
|
||||||
|
url('/fonts/LoraSerif/lora/Lora-Regular.woff2') format('woff');
|
||||||
}
|
}
|
||||||
|
|
||||||
.serif {
|
.serif {
|
||||||
|
|
|
@ -76,8 +76,9 @@ body {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src:
|
src:
|
||||||
url('/fonts/Lora/Lora-Regular.ttf') format('ttf'),
|
url('/fonts/LoraSerif/Lora-Regular.ttf') format('ttf'),
|
||||||
url('/fonts/lora/Lora-Regular.woff') format('woff');
|
url('/fonts/LoraSerif/lora/Lora-Regular.woff') format('woff'),
|
||||||
|
url('/fonts/LoraSerif/lora/Lora-Regular.woff2') format('woff');
|
||||||
}
|
}
|
||||||
|
|
||||||
.serif {
|
.serif {
|
||||||
|
|
Loading…
Reference in New Issue