Update login.css

switched to using https to avoid console warning when mylar served over http
This commit is contained in:
Mark Beznos 2019-01-25 00:14:14 -05:00 committed by evilhero
parent c3370af4ae
commit d9aacb147d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
src: local('Lato Regular'), local('Lato-Regular'), url(https://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
body {