[Resolved] Can you help adding font iA Quattro?

Home Forums Support [Resolved] Can you help adding font iA Quattro?

Home Forums Support Can you help adding font iA Quattro?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #831428
    Silvio

    Hi,

    I followed the guide for local font to install iA Writer Quattro, but it’s not working. Maybe I don’t understand something related at font-family, and I can’t find it.

    #831433
    David
    Staff
    Customer Support

    Hi there,

    in your @font-face can you try putting the full URL to the font.

    #831448
    Silvio

    sorry, here’s the correct code, I found it was missing files.

    still not working.

    where should I put full url?

    /* spectral-regular - latin */
    @font-face {
      font-family: 'iAWriterQuattro';
      font-style: normal;
      font-weight: 400;
      src: url('../fonts/iAWriterQuattroS/iAWriterQuattroS-regular.eot'); /* IE9 Compat Modes */
      src: local('Spectral Regular'), local('Spectral-Regular'),
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-regular.woff2') format('woff2'), /* Super Modern Browsers */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-regular.woff') format('woff'), /* Modern Browsers */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-regular.ttf') format('truetype'), /* Safari, Android, iOS */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-regular.svg#iAWriterQuattro') format('svg'); /* Legacy iOS */
    }
    /* spectral-italic - latin */
    @font-face {
      font-family: 'iAWriterQuattro';
      font-style: italic;
      font-weight: 400;
      src: url('../fonts/iAWriterQuattroS/iAWriterQuattroS-italic.eot'); /* IE9 Compat Modes */
      src: local('Spectral Italic'), local('Spectral-Italic'),
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-italic.woff2') format('woff2'), /* Super Modern Browsers */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-italic.woff') format('woff'), /* Modern Browsers */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-italic.ttf') format('truetype'), /* Safari, Android, iOS */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-italic.svg#iAWriterQuattro') format('svg'); /* Legacy iOS */
    }
    /* spectral-BoldItalic - latin */
    @font-face {
      font-family: 'iAWriterQuattro';
      font-style: italic;
      font-weight: 600;
      src: url('../fonts/iAWriterQuattroS/iAWriterQuattroS-BoldItalic.eot'); /* IE9 Compat Modes */
      src: local('Spectral SemiBold Italic'), local('Spectral-SemiBoldItalic'),
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-BoldItalic.woff2') format('woff2'), /* Super Modern Browsers */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-BoldItalic.woff') format('woff'), /* Modern Browsers */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-BoldItalic.svg#iAWriterQuattro') format('svg'); /* Legacy iOS */
    }
    /* spectral-Bold - latin */
    @font-face {
      font-family: 'iAWriterQuattro';
      font-style: normal;
      font-weight: Bold;
      src: url('../fonts/iAWriterQuattroS/iAWriterQuattroS-Bold.eot'); /* IE9 Compat Modes */
      src: local('Spectral Bold'), local('Spectral-Bold'),
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-Bold.woff2') format('woff2'), /* Super Modern Browsers */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-Bold.woff') format('woff'), /* Modern Browsers */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
           url('../fonts/iAWriterQuattroS/iAWriterQuattroS-Bold.svg#iAWriterQuattro') format('svg'); /* Legacy iOS */
    }
    #831453
    David
    Staff
    Customer Support

    In each of these properties:

    url('../fonts/iAWriterQuattroS/iAWriterQuattroS-regular.eot?#iefix') format('embedded-opentype')

    #832590
    Silvio

    thanks it worked

    #832678
    David
    Staff
    Customer Support

    Awesome – glad to be of help

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.