Skip to content

Commit

Permalink
inconsolata
Browse files Browse the repository at this point in the history
  • Loading branch information
russellsamora committed Apr 28, 2024
1 parent b7235b4 commit a073855
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 87 deletions.
63 changes: 63 additions & 0 deletions docs/assets/demo/fonts/inconsolata.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
@font-face {
font-display: swap;
font-family: "Inconsolata";
font-style: normal;
font-weight: 200;
src: url("https://pudding.cool/assets/fonts/inconsolata/inconsolata-v32-latin-200.woff2") format("woff2");
}

@font-face {
font-display: swap;
font-family: "Inconsolata";
font-style: normal;
font-weight: 300;
src: url("https://pudding.cool/assets/fonts/inconsolata/inconsolata-v32-latin-300.woff2") format("woff2");
}

@font-face {
font-display: swap;
font-family: "Inconsolata";
font-style: normal;
font-weight: 400;
src: url("https://pudding.cool/assets/fonts/inconsolata/inconsolata-v32-latin-regular.woff2") format("woff2");
}

@font-face {
font-display: swap;
font-family: "Inconsolata";
font-style: normal;
font-weight: 500;
src: url("https://pudding.cool/assets/fonts/inconsolata/inconsolata-v32-latin-500.woff2") format("woff2");
}

@font-face {
font-display: swap;
font-family: "Inconsolata";
font-style: normal;
font-weight: 600;
src: url("https://pudding.cool/assets/fonts/inconsolata/inconsolata-v32-latin-600.woff2") format("woff2");
}

@font-face {
font-display: swap;
font-family: "Inconsolata";
font-style: normal;
font-weight: 700;
src: url("https://pudding.cool/assets/fonts/inconsolata/inconsolata-v32-latin-700.woff2") format("woff2");
}

@font-face {
font-display: swap;
font-family: "Inconsolata";
font-style: normal;
font-weight: 800;
src: url("https://pudding.cool/assets/fonts/inconsolata/inconsolata-v32-latin-800.woff2") format("woff2");
}

@font-face {
font-display: swap;
font-family: "Inconsolata";
font-style: normal;
font-weight: 900;
src: url("https://pudding.cool/assets/fonts/inconsolata/inconsolata-v32-latin-900.woff2") format("woff2");
}
179 changes: 92 additions & 87 deletions src/components/demo/demo-fonts.json
Original file line number Diff line number Diff line change
@@ -1,87 +1,92 @@
[
{
"id": "atkinson",
"family": "Atkinson",
"type": "sans-serif"
},
{
"id": "atlas",
"family": "Atlas Grotesk",
"type": "sans-serif"
},
{
"id": "baloo-bhai",
"family": "Baloo Bhai",
"type": "sans-serif"
},
{
"id": "canela",
"family": "Canela",
"type": "serif"
},
{
"id": "computer-modern",
"family": "Computer Modern",
"type": "serif"
},
{
"id": "cozette",
"family": "Cozette",
"type": "other"
},
{
"id": "inter",
"family": "Inter",
"type": "sans-serif"
},
{
"id": "jamboree",
"family": "Jamboree",
"type": "other"
},
{
"id": "jersey",
"family": "Jersey M54",
"type": "other"
},
{
"id": "lyon",
"family": "Lyon Display",
"type": "serif"
},
{
"id": "metropolis",
"family": "Metropolis",
"type": "sans-serif"
},
{
"id": "national",
"family": "National 2 Web",
"type": "sans-serif"
},
{
"id": "publico",
"family": "Publico Text",
"type": "serif"
},
{
"id": "recoleta",
"family": "Recoleta",
"type": "serif"
},
{
"id": "rubik",
"family": "Rubik",
"type": "sans-serif"
},
{
"id": "spacemono",
"family": "Space Mono",
"type": "mono"
},
{
"id": "tiempos",
"family": "Tiempos Text",
"type": "serif"
}
]
[
{
"id": "atkinson",
"family": "Atkinson",
"type": "sans-serif"
},
{
"id": "atlas",
"family": "Atlas Grotesk",
"type": "sans-serif"
},
{
"id": "baloo-bhai",
"family": "Baloo Bhai",
"type": "sans-serif"
},
{
"id": "canela",
"family": "Canela",
"type": "serif"
},
{
"id": "computer-modern",
"family": "Computer Modern",
"type": "serif"
},
{
"id": "cozette",
"family": "Cozette",
"type": "other"
},
{
"id": "inter",
"family": "Inter",
"type": "sans-serif"
},
{
"id": "jamboree",
"family": "Jamboree",
"type": "other"
},
{
"id": "jersey",
"family": "Jersey M54",
"type": "other"
},
{
"id": "lyon",
"family": "Lyon Display",
"type": "serif"
},
{
"id": "metropolis",
"family": "Metropolis",
"type": "sans-serif"
},
{
"id": "national",
"family": "National 2 Web",
"type": "sans-serif"
},
{
"id": "publico",
"family": "Publico Text",
"type": "serif"
},
{
"id": "recoleta",
"family": "Recoleta",
"type": "serif"
},
{
"id": "rubik",
"family": "Rubik",
"type": "sans-serif"
},
{
"id": "inconsolata",
"family": "Inconsolata",
"type": "mono"
},
{
"id": "spacemono",
"family": "Space Mono",
"type": "mono"
},
{
"id": "tiempos",
"family": "Tiempos Text",
"type": "serif"
}
]

0 comments on commit a073855

Please sign in to comment.