chore(deps): update dependency prettier to v3
This commit is contained in:
parent
bd32dad1c5
commit
0e46b15ac8
3 changed files with 21 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue