Site logo

Archived topic

Can you help adding font iA Quattro?

5 replies · Started by Silvio on March 7, 2019

Viewing posts 1–6 of 6

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.

Hi there,

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

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 */
}

In each of these properties:

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

thanks it worked

Awesome - glad to be of help

This archived topic is closed to new replies.