Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 634 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 634 Bytes

fonts-cdn

Making a locally downloaded font available to online use via CDN

#How to use this font?

@font-face { font-family: 'Nesto-Copper42-2765'; src: url('https://sushanth-hebri.github.io/fonts-cdn/Nesto-Copper42-2765.woff') format('woff');
font-weight: normal; font-style: normal; } @font-face { font-family: 'TheGlobePersonalUseBold-2ORlw'; /* Replace with your font name */ src: url('https://sushanth-hebri.github.io/fonts-cdn/TheGlobePersonalUseBold-2ORlw.ttf') format('truetype'); font-weight: bold; }

.box{
font-family: 'TheGlobePersonalUseBold-2ORlw' !important;
}