mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix bengali font
This commit is contained in:
@@ -17,23 +17,23 @@
|
||||
}
|
||||
|
||||
.bengali {
|
||||
@include addFonts('Hind Silliguri')
|
||||
@include addFonts('Hind Siliguri');
|
||||
}
|
||||
|
||||
.traditional-chinese {
|
||||
@include addFonts('Noto Sans TC')
|
||||
@include addFonts('Noto Sans TC');
|
||||
}
|
||||
|
||||
.simplified-chinese {
|
||||
@include addFonts('Noto Sans SC')
|
||||
@include addFonts('Noto Sans SC');
|
||||
}
|
||||
|
||||
.japanese {
|
||||
@include addFonts('Noto Sans JP')
|
||||
@include addFonts('Noto Sans JP');
|
||||
}
|
||||
|
||||
.korean {
|
||||
@include addFonts('Noto Sans KR')
|
||||
@include addFonts('Noto Sans KR');
|
||||
}
|
||||
|
||||
.cyrillic {
|
||||
|
||||
Reference in New Issue
Block a user