Jump to content

шрифты


MSMK

Recommended Posts

Выложил на сервер необходимые шрифты. В ServerModule в CustomCSS прописал
@font-face {
font-family: "Montserrat"; 
src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} 
@font-face {
font-family: "Roboto"; 
src: url("../fonts/Roboto-Regular.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
}

в режиме Standalone все норм работает, у клиентов шрифты отображаются заданные. А если на IIS запускаешь, то в шрифты не прогружаются и в консоле ошибка

downloadable font: download failed (font-family: "Roboto" style:normal weight:400 stretch:100 src index:0): status=2147746065 source: http://172.17.1.25:8089/fonts/Roboto-Regular.ttf

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...