Skip to content

Commit e84dff8

Browse files
committed
custom font-family on Judaism should also apply to post body previews in their lists
1 parent b083fa8 commit e84dff8

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

app/views/layouts/_head.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
<% if SiteSetting['SyntaxHighlightingEnabled'] %>
3939
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.0.1/styles/default.min.css">
4040
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.0.1/highlight.min.js"></script>
41-
<script defer>hljs.highlightAll();</script>
41+
<script defer>
42+
hljs.highlightAll();
43+
</script>
4244
<% end %>
4345

4446
<% if SiteSetting['MathJaxEnabled'] %>
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre&display=swap');
22

3-
.post--body > *:not(div), .post-list--title, .post--title, .post-preview {
3+
.post--body > *:not(div),
4+
.post-list--title,
5+
.post-list--content,
6+
.post--title,
7+
.post-preview {
48
font-family: 'Frank Ruhl Libre', serif;
59
}

0 commit comments

Comments
 (0)