Note that there are some explanatory texts on larger screens.

plurals
  1. POFont Face issue for Chrome
    primarykey
    data
    text
    <p>i searched through Stack overflow but fail to find a solution in regards to the problems i face...I believe many people is facing the same problem as well but i am not sure why their solutions can't work on mine.</p> <p>The Problem: This is regarding @font-face.</p> <p>The code on CSS:</p> <pre><code> @font-face { font-family: 'JaguarJCBold'; src: url('fonts/jagb____-webfont.eot'); src: url('fonts/jagb____-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/jagb____-webfont.woff') format('woff'), url('fonts/jagb____-webfont.ttf') format('truetype'), url('fonts/jagb____-webfont.svg#JaguarJCBold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'TrajanProBold'; src: url('fonts/trajanprobold-webfont.eot'); src: url('fonts/trajanprobold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/trajanprobold-webfont.woff') format('woff'), url('fonts/trajanprobold-webfont.ttf') format('truetype'), url('fonts/trajanprobold-webfont.svg#TrajanProBold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'TrajanProRegular'; src: url('fonts/trajanproregular-webfont.eot'); src: url('fonts/trajanproregular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/trajanproregular-webfont.woff') format('woff'), url('fonts/trajanproregular-webfont.ttf') format('truetype'), url('fonts/trajanproregular-webfont.svg#TrajanProRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'MyriadProBlack'; src: url('fonts/myriadpro-black-webfont.eot'); src: url('fonts/myriadpro-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/myriadpro-black-webfont.woff') format('woff'), url('fonts/myriadpro-black-webfont.ttf') format('truetype'), url('fonts/myriadpro-black-webfont.svg#MyriadProBlack') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'MyriadProRegular'; src: url('fonts/myriadproreg-webfont.eot'); src: url('fonts/myriadproreg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/myriadproreg-webfont.woff') format('woff'), url('fonts/myriadproreg-webfont.ttf') format('truetype'), url('fonts/myriadproreg-webfont.svg#MyriadProRegular') format('svg'); font-weight: normal; font-style: normal; } </code></pre> <p>Does anyone know how to make this work for google chrome to allow my fonts to take effect?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload