[CORL-305] Speed up build process and upgrade dependencies (#2304)

* feat: speed up build process, upgrade majority of dependencies

* feat: allow specifying max cores

* chore: add some comments
This commit is contained in:
Kiwi
2019-05-07 20:22:19 +02:00
committed by GitHub
parent 98795d161d
commit ea6f42c256
18 changed files with 10385 additions and 4034 deletions
+23
View File
@@ -36,6 +36,19 @@
format("woff");
}
@font-face {
font-family: "Source Sans Pro";
font-style: normal;
font-display: block;
font-weight: 700;
src: local("Source Sans Pro SemiBold italic"),
local("Source Sans Pro-SemiBolditalic"),
url("typeface-source-sans-pro/files/source-sans-pro-latin-700.woff2")
format("woff2"),
url("typeface-source-sans-pro/files/source-sans-pro-latin-700.woff")
format("woff");
}
@font-face {
font-family: "Manuale";
font-style: normal;
@@ -56,6 +69,16 @@
url("typeface-manuale/files/manuale-latin-600.woff") format("woff");
}
@font-face {
font-family: "Manuale";
font-style: normal;
font-display: block;
font-weight: 700;
src: local("Manuale SemiBold "), local("Manuale-SemiBold"),
url("typeface-manuale/files/manuale-latin-700.woff2") format("woff2"),
url("typeface-manuale/files/manuale-latin-700.woff") format("woff");
}
.heading1 {
@mixin heading1;
}