Mudar para fonte do Google Fonts

Olá pessoal, tentei olhar alguns videos mas não consegui alterar a fonte nos locais que marquei de vermelho. A fonte que quero usar é IM Fell English do Google Fonts

@import url(‘https://fonts.googleapis.com/css2?family=IM+Fell+English&display=swap’)


ajuda 003

Desde já eu agradeço!

acho que seria isso

/* latin */
@font-face {
  font-family: 'IM Fell English';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/imfellenglish/v14/Ktk3ALSLW8zDe0rthJysWrnLsAzHFZOafYs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'IM Fell English';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/imfellenglish/v14/Ktk1ALSLW8zDe0rthJysWrnLsAzHEKOY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.menu.superior .nivel-um>li>a>strong {
     font-family: "IM Fell English"!important
}

Lembrando que vc tem CSS sendo forçado a ser aceito com import em CSS, que vai precisar remover ou editar

2 curtidas