Added fonts.
This commit is contained in:
39
JSMR.UI.Blazor/wwwroot/css/font.css
Normal file
39
JSMR.UI.Blazor/wwwroot/css/font.css
Normal file
@@ -0,0 +1,39 @@
|
||||
@font-face {
|
||||
font-family: "Poppins";
|
||||
src: url("../fonts/Poppins-Regular.otf") format("openType");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Poppins";
|
||||
src: url("../fonts/Poppins-Light.otf") format("openType");
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Poppins";
|
||||
src: url("../fonts/Poppins-Medium.otf") format("openType");
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Poppins";
|
||||
src: url("../fonts/Poppins-SemiBold.otf") format("openType");
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Poppins";
|
||||
src: url("../fonts/Poppins-Bold.otf") format("openType");
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "M+ 1p";
|
||||
src: url("../fonts/mplus-1p-regular.ttf") format("trueType");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "M+ 1p";
|
||||
src: url("../fonts/mplus-1p-bold.ttf") format("trueType");
|
||||
font-weight: 700;
|
||||
}
|
||||
Reference in New Issue
Block a user