Skip to content

Commit a5dda8f

Browse files
zakariafcotes2020
authored andcommitted
refactor: remove RTL font loader and associated styles for cleaner codebase
1 parent 605b904 commit a5dda8f

File tree

4 files changed

+0
-145
lines changed

4 files changed

+0
-145
lines changed

_includes/head.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@
6868
{% endfor %}
6969
{% endunless %}
7070

71-
<!-- This ensures the RTL fonts are loaded early in the page rendering process -->
72-
{% include rtl-font-loader.html %}
73-
7471
<!-- Bootstrap -->
7572
{% unless jekyll.environment == 'production' %}
7673
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">

_includes/rtl-font-loader.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

_sass/rtl-fonts.scss

Lines changed: 0 additions & 118 deletions
This file was deleted.

_sass/rtl.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
@use './abstracts/breakpoints' as bp;
66
@use './abstracts/mixins' as mx;
77

8-
/* Import RTL fonts if needed */
9-
@use 'rtl-fonts';
10-
118
html[dir='rtl'] {
129
$sidebar-display: 'sidebar-display'; /* the attribute for sidebar display */
1310

0 commit comments

Comments
 (0)