chore(deps): update dependency prettier to v3

This commit is contained in:
Renovate Bot 2023-07-10 20:15:21 +00:00 committed by Johannes Loher
parent bd32dad1c5
commit 0e46b15ac8
No known key found for this signature in database
GPG key ID: 7CB0A9FB553DA045
3 changed files with 21 additions and 11 deletions

View file

@ -9,7 +9,9 @@
font-family: "Lora";
font-style: normal;
font-weight: normal;
src: local("Lora"), url("../fonts/Lora/Lora.woff") format("woff");
src:
local("Lora"),
url("../fonts/Lora/Lora.woff") format("woff");
}
@font-face {
@ -17,7 +19,9 @@
font-family: "Lora";
font-style: normal;
font-weight: bold;
src: local("Lora"), url("../fonts/Lora/Lora-Bold.woff") format("woff");
src:
local("Lora"),
url("../fonts/Lora/Lora-Bold.woff") format("woff");
}
@font-face {
@ -25,7 +29,9 @@
font-family: "Lora";
font-style: italic;
font-weight: normal;
src: local("Lora"), url("../fonts/Lora/Lora-Italic.woff") format("woff");
src:
local("Lora"),
url("../fonts/Lora/Lora-Italic.woff") format("woff");
}
@font-face {
@ -33,7 +39,9 @@
font-family: "Lora";
font-style: italic;
font-weight: bold;
src: local("Lora"), url("../fonts/Lora/Lora-BoldItalic.woff") format("woff");
src:
local("Lora"),
url("../fonts/Lora/Lora-BoldItalic.woff") format("woff");
}
@font-face {
@ -41,7 +49,9 @@
font-family: "Wood Stamp";
font-style: normal;
font-weight: normal;
src: local("Wood Stamp"), url("../fonts/Woodstamp/Woodstamp.woff") format("woff");
src:
local("Wood Stamp"),
url("../fonts/Woodstamp/Woodstamp.woff") format("woff");
}
:root {