fix(cli): updated

This commit is contained in:
Leifer Mendez
2022-12-29 17:31:43 +01:00
parent e17fb93b47
commit a6f4aa8d1e

View File

@@ -5,6 +5,7 @@
font-style: normal; font-style: normal;
font-named-instance: 'Regular'; font-named-instance: 'Regular';
src: url('../fonts/Inter-roman-latin.var.woff2') format('woff2'); src: url('../fonts/Inter-roman-latin.var.woff2') format('woff2');
font-display: swap;
} }
@font-face { @font-face {
@@ -14,6 +15,7 @@
font-style: italic; font-style: italic;
font-named-instance: 'Italic'; font-named-instance: 'Italic';
src: url('../fonts/Inter-italic-latin.var.woff2') format('woff2'); src: url('../fonts/Inter-italic-latin.var.woff2') format('woff2');
font-display: swap;
} }
@font-face { @font-face {
@@ -22,6 +24,7 @@
font-style: normal; font-style: normal;
src: url('../fonts/FiraCode-VF.woff2') format('woff2-variations'), src: url('../fonts/FiraCode-VF.woff2') format('woff2-variations'),
url('../fonts/FiraCode-VF.woff') format('woff-variations'); url('../fonts/FiraCode-VF.woff') format('woff-variations');
font-display: swap;
} }
.font-mono { .font-mono {
@@ -34,6 +37,7 @@
font-weight: 400; font-weight: 400;
font-display: swap; font-display: swap;
src: url('../fonts/SourceSansPro-Regular.otf') format('opentype'); src: url('../fonts/SourceSansPro-Regular.otf') format('opentype');
font-display: swap;
} }
@font-face { @font-face {
@@ -41,4 +45,5 @@
font-weight: 700; font-weight: 700;
font-style: normal; font-style: normal;
src: url('../fonts/Ubuntu-Mono-bold.woff2') format('woff2'); src: url('../fonts/Ubuntu-Mono-bold.woff2') format('woff2');
font-display: swap;
} }