Skip to content

Commit

Permalink
fix(cli): ⚡ updated
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Dec 29, 2022
1 parent e17fb93 commit a6f4aa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/docs/src/assets/styles/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
font-style: normal;
font-named-instance: 'Regular';
src: url('../fonts/Inter-roman-latin.var.woff2') format('woff2');
font-display: swap;
}

@font-face {
Expand All @@ -14,6 +15,7 @@
font-style: italic;
font-named-instance: 'Italic';
src: url('../fonts/Inter-italic-latin.var.woff2') format('woff2');
font-display: swap;
}

@font-face {
Expand All @@ -22,6 +24,7 @@
font-style: normal;
src: url('../fonts/FiraCode-VF.woff2') format('woff2-variations'),
url('../fonts/FiraCode-VF.woff') format('woff-variations');
font-display: swap;
}

.font-mono {
Expand All @@ -34,11 +37,13 @@
font-weight: 400;
font-display: swap;
src: url('../fonts/SourceSansPro-Regular.otf') format('opentype');
font-display: swap;
}

@font-face {
font-family: 'Ubuntu Mono';
font-weight: 700;
font-style: normal;
src: url('../fonts/Ubuntu-Mono-bold.woff2') format('woff2');
font-display: swap;
}

0 comments on commit a6f4aa8

Please sign in to comment.