@font-face { font-family: 'BPG_INGIRI_ARIAL'; src:url('../css/fonts/BPG_INGIRI_ARIAL.eot'); src:local('☺'),url('../css/fonts/BPG_INGIRI_ARIAL.woff') format('woff'),url('../css/fonts/BPG_INGIRI_ARIAL.ttf') format('truetype'),url('../css/fonts/BPG_INGIRI_ARIAL.svg') format('svg'); fontweight: normal; font-style: normal;
这是CSS
html:lang(ka), body:lang(ka) {font-family: 'BPG_INGIRI_ARIAL';
所以不会显示的字体在表数据标签中
<td data-label="პროდუქტი" class="title"></td>
<td data-label="@ApplicationResources.პროდუქტი" class="title">
<span data-bind="text: processingProductName"></span>
<div class="num" data-bind="text: invoiceData, attr: { title: invoiceData }"></div>
</td>