Skip to content

Commit aa0b8da

Browse files
committed
Override font from bootstrap
1 parent ad16fc0 commit aa0b8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/wwwroot/css/basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body {
2525
background-image: linear-gradient(to bottom, var(--background-gradient-start) 40%, var(--background-gradient-end));
2626
background-repeat: no-repeat;
2727
background-attachment: fixed;
28-
font-family: var(--default-font), sans-serif;
28+
font-family: var(--default-font), sans-serif !important;
2929
min-height: 100vh;
3030
text-rendering: optimizeSpeed;
3131
line-height: 1.5;

0 commit comments

Comments
 (0)