vipassana-design-standards 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/bootstrap5-theme.css +2 -2
- package/dist/css/bootstrap5-theme.css.map +1 -1
- package/dist/css/bootstrap5-theme.min.css +1 -1
- package/dist/css/bootstrap5-theme.rtl.css +2 -2
- package/dist/css/bootstrap5-theme.rtl.min.css +1 -1
- package/dist/css/fonts.css +2 -2
- package/dist/css/fonts.css.map +1 -1
- package/dist/css/fonts.min.css +1 -1
- package/dist/js/bootstrap5-theme.min.js +7 -6
- package/dist/js/helpers.js +1 -1
- package/dist/js/react-helpers.js +1 -1
- package/dist/js/react-helpers.jsx +1 -1
- package/package.json +1 -1
- package/src/stylesheets/fonts.scss +4 -4
|
@@ -12220,13 +12220,13 @@ body {
|
|
|
12220
12220
|
|
|
12221
12221
|
@font-face {
|
|
12222
12222
|
font-family: "Amiri";
|
|
12223
|
-
src: url("
|
|
12223
|
+
src: url("https://design-standards.dhamma.org/dist/fonts/amiri/Amiri-Regular.ttf");
|
|
12224
12224
|
font-weight: 400;
|
|
12225
12225
|
font-style: normal;
|
|
12226
12226
|
}
|
|
12227
12227
|
@font-face {
|
|
12228
12228
|
font-family: "Amiri";
|
|
12229
|
-
src: url("
|
|
12229
|
+
src: url("https://design-standards.dhamma.org/dist/fonts/amiri/Amiri-Regular.ttf");
|
|
12230
12230
|
font-weight: 700;
|
|
12231
12231
|
font-style: normal;
|
|
12232
12232
|
}
|