1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Update main menu styles

This commit is contained in:
tobspr
2020-05-11 13:11:07 +02:00
parent 172a0398e2
commit f52d2b85c0
12 changed files with 68 additions and 36 deletions

View File

@@ -133,7 +133,7 @@ function gulptasksHTML($, gulp, buildFolder, browserSync) {
const images = buildUtils.getAllResourceImages();
// Preload essentials
const preloads = ["fonts/LouisGeorgeCafe.woff2"];
const preloads = ["fonts/GameFont.woff2"];
// for (let i = 0; i < images.length; ++i) {
// if (preloads.indexOf(images[i]) < 0) {
@@ -180,7 +180,7 @@ function gulptasksHTML($, gulp, buildFolder, browserSync) {
font-style: normal;
font-weight: normal;
font-display: swap;
src: url('${cachebust("res/fonts/LouisGeorgeCafe.woff2")}') format('woff2');
src: url('${cachebust("res/fonts/GameFont.woff2")}') format('woff2');
}
#ll_fp {