Skip to content
Snippets Groups Projects
Verified Commit 04184755 authored by Sachin Kamath's avatar Sachin Kamath
Browse files

Fix css issues and switch font source to https

parent cd27c318
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,6 @@ background:#101010; ...@@ -28,7 +28,6 @@ background:#101010;
position:absolute; position:absolute;
top:0; top:0;
bottom:0; bottom:0;
height:100%;
left:0; left:0;
width:60px; width:60px;
overflow:hidden; overflow:hidden;
...@@ -135,6 +134,6 @@ height: 100%; ...@@ -135,6 +134,6 @@ height: 100%;
font-style: normal; font-style: normal;
font-weight: 300; font-weight: 300;
src: local('Titillium WebLight'), local('TitilliumWeb-Light'), src: local('Titillium WebLight'), local('TitilliumWeb-Light'),
url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff)
format('woff'); format('woff');
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment