Загрузка...

😱 How to Embed ANY Font in 30s (Google Fonts, Fontshare, Velvetyne) | Stop using old fashioned fonts

Stop using boring default fonts — add custom fonts to your website in seconds.

In this short, I show you 3 free font websites and the exact steps to embed fonts and use downloaded fonts with CSS:

0:00 Preview
0:01 Google Fonts — how to embed
0:15 Fontshare — how to download a font and use in css
0:28 Professional Folder structure for offline fonts with css setup
0:35 Embedding Offline Fonts in CSS
0:46 Velvetyne — brief look on the fonts site

Websites used:
Google Fonts → fonts.google.com
Fontshare → fontshare.com
Velvetyne → velvetyne.fr

How to use embedded font in CSS:
font-family: 'Chillax', sans-serif;

How to use downloaded font in CSS:
@font-face {
font-family: 'MyFont';
src: url('Chillax.otf') format('opentype');
font-weight: 400;
font-style: normal;
font-display: swap;
}

Then apply it like this:
h1 {
font-family: 'MyFont', system-ui, sans-serif;
}

Note: It is better to use woff, woff2 type fonts because they are more optimized and better in performance
Music: YouTube Audio Library
Licensed for free use by YouTube

Save this video and follow for daily web dev tools.

===============
Learn Web Development with real situations practical tutorials.

Tech Stack:
HTML, CSS, JavaScript, React, Next.js, Tailwind CSS and so much more

Subscribe for modern approach to frontend skills.

#webdevelopment #frontend #react #javascript #reactjs #nextjs #tailwindcss #css #googlefonts #fontshare #freefonts #webdesign #uidesign #shorts #coding #viral #offlinefonts #fonts #embedfonts

Видео 😱 How to Embed ANY Font in 30s (Google Fonts, Fontshare, Velvetyne) | Stop using old fashioned fonts канала Absar Codes
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять