feat(font): #83 replace font with a smaller one #141
12
input.css
12
input.css
@@ -4,7 +4,7 @@
|
|||||||
@source './template/**/*.templ';
|
@source './template/**/*.templ';
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@apply font-shippori text-gray-700;
|
@apply font-garamond text-gray-700;
|
||||||
}
|
}
|
||||||
input:focus {
|
input:focus {
|
||||||
@apply outline-none ring-0;
|
@apply outline-none ring-0;
|
||||||
@@ -12,16 +12,16 @@ input:focus {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Pirata One";
|
font-family: "Pirata One";
|
||||||
src: url("/static/font/pirata_one/PirataOne-Regular.ttf") format("truetype");
|
src: url("/static/font/PirataOne-Regular.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Shippori Mincho";
|
font-family: "EB Garamond";
|
||||||
src: url("/static/font/shippori_mincho/ShipporiMincho-Medium.ttf") format("truetype");
|
src: url("/static/font/EBGaramond-VariableFont_wght.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
|
|
||||||
@theme {
|
@theme {
|
||||||
--font-pirata: "Pirata One", sans-serif;
|
--font-pirata: "Pirata One", serif;
|
||||||
--font-shippori: "Shippori Mincho", sans-serif;
|
--font-garamond: "EB Garamond", serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Button */
|
/* Button */
|
||||||
|
|||||||
BIN
static/font/EBGaramond-VariableFont_wght.woff2
Normal file
BIN
static/font/EBGaramond-VariableFont_wght.woff2
Normal file
Binary file not shown.
BIN
static/font/PirataOne-Regular.woff2
Normal file
BIN
static/font/PirataOne-Regular.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user