Skip to content

Commit ce7a169

Browse files
correct font-family in byline and categories in authored-posts areas
1 parent d4e73a8 commit ce7a169

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/vocabulary/css/vocabulary.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,12 @@ body > article.attention a {
12851285

12861286
.authored-posts article .categories {
12871287
order: -1;
1288+
1289+
font-family: 'Source Sans Pro';
1290+
}
1291+
1292+
.authored-posts .byline {
1293+
font-family: 'Source Sans Pro';
12881294
}
12891295

12901296
.authored-posts article figure {
@@ -1317,6 +1323,8 @@ body > article.attention a {
13171323
display: inline-block;
13181324
margin-top: 1em;
13191325
/* background: #F5F5F5; */
1326+
1327+
font-family: 'Source Sans Pro';
13201328
}
13211329

13221330
.authored-posts article p:before {

0 commit comments

Comments
 (0)