Skip to content

Commit

Permalink
Change Font
Browse files Browse the repository at this point in the history
  • Loading branch information
AkbarAsghari committed Aug 20, 2024
1 parent 9d546f4 commit d49a7f2
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion IToolKit/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
{
Default = new Default()
{
FontFamily = new string[] { "opensans-medium" }
FontFamily = new string[] { "opensans-regular" }
},
H1 = new H1
{
Expand Down
9 changes: 2 additions & 7 deletions IToolKit/wwwroot/css/iToolKit.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@

@font-face {
font-family: 'opensans-bold';
src: url('../fonts/opensans-bold.ttf') format('truetype');
}

@font-face {
font-family: 'opensans-medium';
src: url('../fonts/opensans-medium.ttf') format('truetype');
src: url('../fonts/OpenSans-Bold.woff') format('woff');
}

@font-face {
font-family: 'opensans-regular';
src: url('../fonts/opensans-regular.ttf') format('truetype');
src: url('../fonts/OpenSans-Regular.woff') format('woff');
}
Binary file removed IToolKit/wwwroot/fonts/OpenSans-Bold.ttf
Binary file not shown.
Binary file added IToolKit/wwwroot/fonts/OpenSans-Bold.woff
Binary file not shown.
Binary file removed IToolKit/wwwroot/fonts/OpenSans-Medium.ttf
Binary file not shown.
Binary file removed IToolKit/wwwroot/fonts/OpenSans-Regular.ttf
Binary file not shown.
Binary file added IToolKit/wwwroot/fonts/OpenSans-Regular.woff
Binary file not shown.
4 changes: 2 additions & 2 deletions IToolKit/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="css/app.css" />
<link href="css/iToolKit.css" rel="stylesheet" />
<link href="IToolKit.styles.css" rel="stylesheet" />
<link href="manifest.webmanifest" rel="manifest" />
<link href="manifest.json" rel="manifest" />
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
</head>
Expand All @@ -24,8 +24,8 @@
</svg>
<div class="loading-progress-text"></div>
</div>
<script src="_framework/blazor.webassembly.js"></script>
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
<script src="_framework/blazor.webassembly.js"></script>
<script src="js/CryptoJS/CryptoJS.js"></script>
<script src="js//BigNumber/BigNumber.js"></script>
<script src="js/IToolKit.js"></script>
Expand Down
File renamed without changes.

0 comments on commit d49a7f2

Please sign in to comment.