Implemented english, hindi and bangla language integration through i18next
This commit is contained in:
@@ -28,7 +28,7 @@ export default {
|
||||
},
|
||||
fontFamily: {
|
||||
display: ['Montserrat', 'sans-serif'],
|
||||
body: ['Rubik', 'sans-serif'],
|
||||
body: ['Rubik', 'Noto Sans','Noto Sans Bengali', 'sans-serif'],
|
||||
},
|
||||
extend: {
|
||||
borderWidth: {
|
||||
@@ -39,6 +39,10 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
plugins: [
|
||||
function ({ addVariant }) {
|
||||
addVariant('second-last', '&:nth-last-child(2)');
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user