Sem resumo de edição Etiqueta: Reversão manual |
Sem resumo de edição |
||
Linha 7: | Linha 7: | ||
link.href = 'https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'; | link.href = 'https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'; | ||
document.head.appendChild(link); | document.head.appendChild(link); | ||
}); | |||
/* Alterar Texto Logo no Vector 2022 */ | |||
$(document).ready(function () { | |||
const $wordmark = $('.mw-logo-wordmark'); | |||
if ($wordmark.length) { | |||
$wordmark.html('Cine<br>Linux'); | |||
} | |||
}); | }); | ||