install packages
This commit is contained in:
79
public/fonts.css
Normal file
79
public/fonts.css
Normal file
@@ -0,0 +1,79 @@
|
||||
@font-face {
|
||||
font-family: "Ravi";
|
||||
src:
|
||||
url("./fonts/ravi/woff2/RaviFaNum-ExtraBlack.woff2") format("woff2"),
|
||||
url("./fonts/ravi/woff/RaviFaNum-ExtraBlack.woff") format("woff");
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Ravi";
|
||||
src:
|
||||
url("./fonts/ravi/woff2/RaviFaNum-Black.woff2") format("woff2"),
|
||||
url("./fonts/ravi/woff/RaviFaNum-Black.woff") format("woff");
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Ravi";
|
||||
src:
|
||||
url("./fonts/ravi/woff2/RaviFaNum-Bold.woff2") format("woff2"),
|
||||
url("./fonts/ravi/woff/RaviFaNum-Bold.woff") format("woff");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Ravi";
|
||||
src:
|
||||
url("./fonts/ravi/woff2/RaviFaNum-SemiBold.woff2") format("woff2"),
|
||||
url("./fonts/ravi/woff/RaviFaNum-SemiBold.woff") format("woff");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Ravi";
|
||||
src:
|
||||
url("./fonts/ravi/woff2/RaviFaNum-Medium.woff2") format("woff2"),
|
||||
url("./fonts/ravi/woff/RaviFaNum-Medium.woff") format("woff");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Ravi";
|
||||
src:
|
||||
url("./fonts/ravi/woff2/RaviFaNum-Regular.woff2") format("woff2"),
|
||||
url("./fonts/ravi/woff/RaviFaNum-Regular.woff") format("woff");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Ravi";
|
||||
src:
|
||||
url("./fonts/ravi/woff2/RaviFaNum-Light.woff2") format("woff2"),
|
||||
url("./fonts/ravi/woff/RaviFaNum-Light.woff") format("woff");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Ravi";
|
||||
src:
|
||||
url("./fonts/ravi/woff2/RaviFaNum-Thin.woff2") format("woff2"),
|
||||
url("./fonts/ravi/woff/RaviFaNum-Thin.woff") format("woff");
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
Reference in New Issue
Block a user