Шрифт Noto Color Emoji

Ответить
Аватара пользователя
basn
Site Admin
 

Сообщения: 966
Зарегистрирован: 19 июн 2024, 03:05
Mood:
Контактная информация:

Шрифт Noto Color Emoji

Сообщение basn »

2024-11-10_03-59-55.png
2024-11-10_03-59-55.png (47.63 КБ) 95 просмотров
<link>
Embed code in the <head> of your html

Код: Выделить всё

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Ruslan+Display&display=swap" rel="stylesheet">
Noto Color Emoji: CSS class

Код: Выделить всё

.noto-color-emoji-regular {
  font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
}
Ruslan Display: CSS class

Код: Выделить всё

.ruslan-display-regular {
  font-family: "Ruslan Display", serif;
  font-weight: 400;
  font-style: normal;
}

@import
Embed code in the <head> of your html

Код: Выделить всё

<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Ruslan+Display&display=swap');
</style>
Noto Color Emoji: CSS class

Код: Выделить всё

.noto-color-emoji-regular {
  font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
}
Ruslan Display: CSS class

Код: Выделить всё

.ruslan-display-regular {
  font-family: "Ruslan Display", serif;
  font-weight: 400;
  font-style: normal;
}
Коля любит 🧅 и ©
Изображение
ИзображениеИзображениеИзображение
Ответить