🔧 Add image gallary and adjust mdui-typo code font-family to

lxgw
This commit is contained in:
bobmaster 2022-11-19 13:00:27 +08:00
commit 5118e18ebd
Signed by: bobmaster
GPG key ID: 316B77D7914D713C
2 changed files with 63 additions and 3 deletions

View file

@ -48,9 +48,6 @@
})(document);
</script>
<!-- ENDIF -->
<link href="{T_FONT_AWESOME_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">
<!-- MDUI CSS -->
<link
@ -60,6 +57,11 @@
crossorigin="anonymous"
/>
<link href="{T_FONT_AWESOME_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
<!-- ENDIF -->