When I'm using font-face I have a word-break problem, with tense which include dashes.
With the standard font, everything works well. HTML (This is Georgian language)
<p>მობილური აპლიკაცია Sმარტივი-ს მომხმარებლებისათვის</p>
Here is computed css:
box-sizing: border-box;
color: rgb(51, 51, 51);
cursor: pointer;
display: block;
font-family: lb-default;
font-size: 13px;
height: 36px;
line-height: 18.5714092254639px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
width: 184.5px;
P.S. Text is inside of bootstrap grid cell.