Plugin Directory

Changeset 2989453


Ignore:
Timestamp:
11/05/2023 10:02:34 PM (2 years ago)
Author:
salar6990
Message:

2.0.1 update

Location:
better-rtl-support
Files:
33 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • better-rtl-support/trunk/class-better-rtl-support.php

    r2967796 r2989453  
    5252    function enqueue_styles()
    5353    {
     54        wp_enqueue_style('brtls-fontface-vazirmatn', plugins_url("font-faces/Vazirmatn.css", __FILE__), array());
     55        wp_add_inline_style('brtls-fontface-vazirmatn', ":root{--brtls-font-text: 'Vazirmatn', sans-serif;}");
    5456        wp_enqueue_style('brtls-styles', plugins_url("assets/style.css", __FILE__), array());
    55         wp_add_inline_style('brtls-styles', ":root{--brtls-font-text: 'Vazirmatn', sans-serif;}");
    5657    }
    5758}
  • better-rtl-support/trunk/readme.txt

    r2967796 r2989453  
    44Requires at least: 4.6
    55Tested up to: 6.3.1
    6 Stable tag: 2.0
     6Stable tag: 2.0.1
    77Requires PHP: 5.6
    88License: GPLv3 or later
     
    4545== Changelog ==
    4646
     47= 2.0.1 =
     48* Fix a bug where fonts did not load on some installs
     49
    4750= 2.0 =
    4851* Switch from Iransans to Vazirmatn free font
Note: See TracChangeset for help on using the changeset viewer.