run prettier(2.0.5) (#1438)

This commit is contained in:
Severiano Badajoz
2020-05-04 10:26:42 -07:00
committed by GitHub
parent b255e32548
commit 6cccc41c0f
118 changed files with 1979 additions and 1584 deletions
+12 -12
View File
@@ -9,22 +9,22 @@ namespace mangling on these definitions. See webpack config for specifics.
@import "~@blueprintjs/select/lib/css/blueprint-select.css";
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
src: url('./fonts/RobotoCondensed-Italic.ttf') format('truetype');
font-weight: 400;
font-family: "Roboto Condensed";
font-style: italic;
src: url("./fonts/RobotoCondensed-Italic.ttf") format("truetype");
font-weight: 400;
}
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
src: url('./fonts/RobotoCondensed-Regular.ttf') format('truetype');
font-weight: 400;
font-family: "Roboto Condensed";
font-style: normal;
src: url("./fonts/RobotoCondensed-Regular.ttf") format("truetype");
font-weight: 400;
}
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
src: url('./fonts/RobotoCondensed-Bold.ttf') format('truetype');
font-weight: 700;
font-family: "Roboto Condensed";
font-style: normal;
src: url("./fonts/RobotoCondensed-Bold.ttf") format("truetype");
font-weight: 700;
}