mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 04:14:18 +00:00
🔧 config: font heading
:%s
This commit is contained in:
parent
3641ffa6e7
commit
9467250fbb
BIN
public/fonts/Norquay-bold.otf
Normal file
BIN
public/fonts/Norquay-bold.otf
Normal file
Binary file not shown.
BIN
public/fonts/Norquay-bold.woff
Normal file
BIN
public/fonts/Norquay-bold.woff
Normal file
Binary file not shown.
4
public/fonts/style.css
Normal file
4
public/fonts/style.css
Normal file
@ -0,0 +1,4 @@
|
||||
@font-face {
|
||||
font-family: "Norquay-bold";
|
||||
src: url("./Norquay-bold.otf") format("opentype"), url("./Norquay-bold.woff") format("woff");
|
||||
}
|
@ -1,4 +1,5 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Nunito&family=Poppins:wght@500&family=Righteous&display=swap");
|
||||
@import '../../public/fonts/style.css';
|
||||
|
||||
:root {
|
||||
--primary: #5b9a74;
|
||||
|
Loading…
x
Reference in New Issue
Block a user