diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2018-09-03 17:36:06 -0400 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2018-12-22 12:31:25 +0100 |
| commit | a5a06bf2d10b2a2e16ae3e91cf119c56cb050532 (patch) | |
| tree | 6f8d261352e9d287125445155cf3de9cb0312a77 /client/css | |
| parent | e6445b431f9f155b4511d8ceeffaf3a3fded425b (diff) | |
client/build: Clean up build process
Fixes incorrect URIs of iOS splash screens and OpenSans font
Files get gzipped inside build script
Better nginx configuration
build.js uses more consistent, synchronous code
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/core-general.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/css/core-general.styl b/client/css/core-general.styl index f6d1382..df30782 100644 --- a/client/css/core-general.styl +++ b/client/css/core-general.styl @@ -6,7 +6,7 @@ font-family: 'Open Sans'; font-style: normal; font-weight: 400; - src: local('Open Sans'), local('OpenSans'), url(fonts/open_sans.woff2) format('woff2'); + src: local('Open Sans'), local('OpenSans'), url(../fonts/open_sans.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; /* make <body> cover entire viewport */ |