При использовании одного и того же размера шрифта сингальский и английский имеют одинаковый размер шрифта, но размер там ⇐ CSS
При использовании одного и того же размера шрифта сингальский и английский имеют одинаковый размер шрифта, но размер там
english, sinhala font size, and tamil font size
@font-face { font-family: latoRugular; src: url(../../../assets/fonts/Lato-Regular.ttf); } @font-face { font-family: notoRegularSinhala; src: url(../../../assets/fonts/NotoSansSinhala-Regular.ttf); } @font-face { font-family: notoRegularTamil; src: url(../../../assets/fonts/test.ttf); } * { font-family: latoRugular; font-family: notoRegularSinhala; font-family: notoRegularTamil !important; } body { font-family: latoRugular; font-family: notoRegularSinhala; font-family: notoRegularTamil !important; } I add above code, font family file got from the google-font. So according to the above attached picture, We can see English and Sinhala fonts sizes are small, but Tamil font size is more increase than the English and Sinhala font size.
Источник: https://stackoverflow.com/questions/781 ... t-size-but
english, sinhala font size, and tamil font size
@font-face { font-family: latoRugular; src: url(../../../assets/fonts/Lato-Regular.ttf); } @font-face { font-family: notoRegularSinhala; src: url(../../../assets/fonts/NotoSansSinhala-Regular.ttf); } @font-face { font-family: notoRegularTamil; src: url(../../../assets/fonts/test.ttf); } * { font-family: latoRugular; font-family: notoRegularSinhala; font-family: notoRegularTamil !important; } body { font-family: latoRugular; font-family: notoRegularSinhala; font-family: notoRegularTamil !important; } I add above code, font family file got from the google-font. So according to the above attached picture, We can see English and Sinhala fonts sizes are small, but Tamil font size is more increase than the English and Sinhala font size.
Источник: https://stackoverflow.com/questions/781 ... t-size-but
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение