Added fonts.

This commit is contained in:
2025-12-09 00:59:30 -05:00
parent 107a3b1906
commit 1b1e776031
10 changed files with 41 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
<RunAOTCompilation>false</RunAOTCompilation>
<UserSecretsId>ef618c0a-0813-4cb9-a3db-81757469494a</UserSecretsId>
</PropertyGroup>
<ItemGroup>

View 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;
}

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.

View File

@@ -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" />