We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605b904 commit a5dda8fCopy full SHA for a5dda8f
4 files changed
_includes/head.html
@@ -68,9 +68,6 @@
68
{% endfor %}
69
{% endunless %}
70
71
- <!-- This ensures the RTL fonts are loaded early in the page rendering process -->
72
- {% include rtl-font-loader.html %}
73
-
74
<!-- Bootstrap -->
75
{% unless jekyll.environment == 'production' %}
76
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css">
_includes/rtl-font-loader.html
_sass/rtl-fonts.scss
_sass/rtl.scss
@@ -5,9 +5,6 @@
5
@use './abstracts/breakpoints' as bp;
6
@use './abstracts/mixins' as mx;
7
8
-/* Import RTL fonts if needed */
9
-@use 'rtl-fonts';
10
11
html[dir='rtl'] {
12
$sidebar-display: 'sidebar-display'; /* the attribute for sidebar display */
13
0 commit comments