Angkur uses jsDelivr for serving all its files. To learn more Click here.
In total jsDelivr uses 4 renowned CDNs, many of which perhaps you're already using in your project!
In this way jsDelivr has more than 750 endpoints all over the world.
By using jsDelivr rather than our own hosting, we ensure that our contents will reach your websites' visitors in the lowest possible time. Always.
Chose your favourite font from our vast collection in the Font List Page
Then paste the HTML code containing the fonts' CSS file path in your documents' <
head
>
section.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/nokshaia/angkur@latest/PublicFonts/EkusheyMukto/stylesheet_Normal.css"/>
Using the font in you website requires one additional step.
Simple copy and paste the required CSS code found in your favourite font's page. It will look something like below,
* {
font-family: 'Ekushey Mukto', sans-serif;
}
If you want to use another English font along with our fonts, type the desired English fonts' name in your font-family
attribute before our fonts' name
For example, here at Angkur, we're using Raleway from Google Fonts for English content and SolaimanLipi for Bangla content. Our CSS code is given below.
* {
font-family: 'Raleway','SolaimanLipi', sans-serif;
}
Now we'll be using Raleway for English and SolaimanLipi for Bangla contents automatically.
If your website contains English contents, we'll recommend this approach.
With every font we supply another CSS file which has the Font Display attribute set to Swap. To learn more about CSS Font Display
goto this link. Add
_DisplaySwap.css
at the end of your chosen fonts' url like below to get the CSS stylesheet.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/nokshaia/angkur@latest/PublicFonts/EkusheyMukto/stylesheet_Normal.css"/>
Instead of using the code above, add _DisplaySwap.css at the end of any fonts' URL like below.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/nokshaia/angkur@latest/PublicFonts/EkusheyMukto/stylesheet_Normal_DisplaySwap.css"/>
Angkur is an Open Source project. We welcome any kind of contributions.
To learn more about how you can contribute goto this link.