File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
< title > {{ site.title_tag_text }}</ title >
8
- < link href ='http: //fonts.googleapis.com/css?family=Roboto:400,400italic,700 ' rel ='stylesheet ' type ='text/css '>
8
+ < link href ='//fonts.googleapis.com/css?family=Roboto:400,400italic,700 ' rel ='stylesheet ' type ='text/css '>
9
9
< link rel ="stylesheet " href ="css/normalize.css ">
10
10
< link rel ="stylesheet " href ="css/syntax.css ">
11
11
< link rel ="stylesheet " href ="css/solo.css ">
@@ -18,4 +18,4 @@ <h1><a href="./">{{ site.h1_tag_text }}</a></h1>
18
18
</ div >
19
19
{% include scripts.html %}
20
20
</ body >
21
- </ html >
21
+ </ html >
Original file line number Diff line number Diff line change 1
- @import url (http: //fonts.googleapis.com/css?family=Montserrat:700);
2
- @import url (http: //fonts.googleapis.com/css?family=Inconsolata:400, 700 );
1
+ @import url (//fonts.googleapis.com/css?family=Montserrat:700);
2
+ @import url (//fonts.googleapis.com/css?family=Inconsolata:400, 700 );
3
3
4
4
html {
5
5
font : 16 px/1.5 Inconsolata, sans-serif;
@@ -145,4 +145,4 @@ code {
145
145
max-width : 30rem ;
146
146
margin : 0 auto;
147
147
padding : 0 1rem ;
148
- }
148
+ }
You can’t perform that action at this time.
0 commit comments