Skip to content

Commit

Permalink
Unifying font-family for table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedAliRashad committed Sep 3, 2022
1 parent 0e4e832 commit d95693f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/sidebar/article-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</style>

<div class="post-menu">
<div class="post-menu-title">محتويات المدونة</div>
<div class="post-menu-title">الفهرس</div>
<div class=" post-menu-content"></div>
</div>

Expand Down
3 changes: 1 addition & 2 deletions _sass/misc/article-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@
padding-right: 0px;
min-width: 200px;
max-width: 230px;
font-family: 'Droid Arabic Naskh';

.post-menu-title {
font-size: $base-font-size * 1.5;
margin-bottom: 14px;
font-weight: 600;
color: #222;
font-family: 'Amiri';
}

.post-menu-content {
font-family: 'Droid Arabic Naskh';

ul {
border-right: 3px solid #5b9ddf;
Expand Down

0 comments on commit d95693f

Please sign in to comment.