Skip to content

deidee/defont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

defont

Huisstijlletter van deidee. Zie ook detype.

Gebruik

@font-face {
    font-family: "defont";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
            url("https://hetcdn.nl/fonts/defont.woff2") format("woff2"),
            url("https://hetcdn.nl/fonts/defont.woff") format("woff"),
            url("https://hetcdn.nl/fonts/defont.ttf") format("truetype");
}

:root {
    --font--defont: "defont", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.font--defont {
    font-family: var(--font--defont);
    font-weight: 400;
    font-style: normal;
}

CDN

<link rel="stylesheet" href="https://hetcdn.nl/fonts/defont.css">

Nieuw karakter toevoegen

python .\tools\generate-glyphs.py
python .\tools\generate-data.py
python .\tools\generate-fonts.py
python .\tools\generate-manifest.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors