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;
|
||||
}
|
||||
BIN
JSMR.UI.Blazor/wwwroot/fonts/Poppins-Bold.otf
Normal file
BIN
JSMR.UI.Blazor/wwwroot/fonts/Poppins-Bold.otf
Normal file
Binary file not shown.
BIN
JSMR.UI.Blazor/wwwroot/fonts/Poppins-Light.otf
Normal file
BIN
JSMR.UI.Blazor/wwwroot/fonts/Poppins-Light.otf
Normal file
Binary file not shown.
BIN
JSMR.UI.Blazor/wwwroot/fonts/Poppins-Medium.otf
Normal file
BIN
JSMR.UI.Blazor/wwwroot/fonts/Poppins-Medium.otf
Normal file
Binary file not shown.
BIN
JSMR.UI.Blazor/wwwroot/fonts/Poppins-Regular.otf
Normal file
BIN
JSMR.UI.Blazor/wwwroot/fonts/Poppins-Regular.otf
Normal file
Binary file not shown.
BIN
JSMR.UI.Blazor/wwwroot/fonts/Poppins-SemiBold.otf
Normal file
BIN
JSMR.UI.Blazor/wwwroot/fonts/Poppins-SemiBold.otf
Normal file
Binary file not shown.
BIN
JSMR.UI.Blazor/wwwroot/fonts/mplus-1p-bold.ttf
Normal file
BIN
JSMR.UI.Blazor/wwwroot/fonts/mplus-1p-bold.ttf
Normal file
Binary file not shown.
BIN
JSMR.UI.Blazor/wwwroot/fonts/mplus-1p-regular.ttf
Normal file
BIN
JSMR.UI.Blazor/wwwroot/fonts/mplus-1p-regular.ttf
Normal file
Binary file not shown.
@@ -24,6 +24,7 @@
|
||||
<link rel="stylesheet" href="css/radzen.css" />
|
||||
<link href="_content/Bit.BlazorUI/styles/bit.blazorui.css" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="css/bit-blazor.css" />
|
||||
<link rel="stylesheet" href="css/font.css" />
|
||||
<link rel="stylesheet" href="css/app.css" />
|
||||
<link rel="stylesheet" href="css/theme-base.css" />
|
||||
<link rel="stylesheet" href="css/theme-frozen.css" />
|
||||
|
||||
Reference in New Issue
Block a user