Skip to content

Commit 66bce4c

Browse files
committed
Fix missing glyphs
1 parent 7f2f837 commit 66bce4c

File tree

6 files changed

+30
-12
lines changed

6 files changed

+30
-12
lines changed

src/LinkDotNet.Blog.Web/Features/Components/ShortBlogPost.razor.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@
6868
display: inline-block;
6969
}
7070
.blog-card .details .date:before {
71-
font-family: "Font Awesome 5 Free";
71+
font-family: 'icons';
7272
font-weight: 900;
7373
margin-right: 10px;
74-
content: "\f133";
74+
content: "\e953";
7575
}
7676
.blog-card .details .tags ul:before {
77-
font-family: "Font Awesome 5 Free";
77+
font-family: 'icons';
7878
font-weight: 900;
79-
content: "\f02b";
79+
content: "\e936";
8080
margin-right: 10px;
8181
}
8282
.blog-card .details .tags li {
@@ -103,8 +103,8 @@
103103
position: relative;
104104
}
105105
.blog-card .description .read-more a:after {
106-
content: '\f0a9';
107-
font-family: "Font Awesome 5 Free";
106+
font-family: 'icons';
107+
content: '\ea42';
108108
font-weight: 900;
109109
text-decoration: none;
110110
margin-left: -10px;
@@ -117,10 +117,10 @@
117117
}
118118

119119
.blog-card .read-time:before {
120-
font-family: "Font Awesome 5 Free";
120+
font-family: 'icons';
121121
font-weight: 900;
122122
margin-right: 10px;
123-
content: "\f017";
123+
content: "\e94f";
124124
}
125125

126126
.blog-card p {

src/LinkDotNet.Blog.Web/wwwroot/css/bundle.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)