Skip to content

Instantly share code, notes, and snippets.

@shotovenkatesh
shotovenkatesh / dubai-fonts.css
Created October 3, 2025 08:47
Dubai custom fonts for Unlayer
@font-face {
font-family: 'Dubai Bold';
src: url('https://raw.githubusercontent.com/shotovenkatesh/email-fonts/main/DUBAI-BOLD.TTF') format('truetype');
font-weight: bold;
}
@font-face {
font-family: 'Dubai Light';
src: url('https://raw.githubusercontent.com/shotovenkatesh/email-fonts/main/DUBAI-LIGHT.TTF') format('truetype');
font-weight: 300;