This project was created for me to include fonts that are not available in Google Fonts directly from my own open source project, without adding them from some sites I find unreliable. Here are some fonts that I like but are not included in Google Fonts;
Font Name | How to use in html? |
---|---|
Ubuntu Title | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fvonts/ubuntu-title"> |
mkdir your-font-name &&
cd your-font-name &&
npm init -y
template klasörü içerisinde oluşturacağınız dosyalar new
parametresi ile oluşturulan font klasörüne taşınacaktır.
template/README.md
# $fv.name
Description for $fv.name project.
npm install -g fvonts@latest
veya npx ile indirme yapmadan da çalıştırabilirsiniz.
npx fvonts new [your-font-name]
fvonts new [your-font-name]
fvonts.config.js
module.exports = {
config: {
// config options here...
}
}
placeholding variables for your template files. Simple usage below.
fvonts.config.js
module.exports = {
config: {
replacements: {
"my-page": "https://ahmetcanisik.com"
}
}
}
template/cv.md
...Visit [my personel website]($fv.my-page).
license : MIT