File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ body {
2
+ font-family : 'Source Sans Pro' , sans-serif;
3
+ }
4
+
1
5
.page-content {
2
6
position : relative;
3
7
min-height : 100vh ;
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< meta charset ="utf-8 ">
3
- < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css " integrity ="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS " crossorigin ="anonymous ">
3
+ < link href ="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS " crossorigin ="anonymous ">
4
+ < link href ="https://fonts.googleapis.com/css?family=Source+Sans+Pro " rel ="stylesheet ">
4
5
< link rel ="stylesheet " href ="{{ '/static/style.css'|url }} ">
5
6
< script src ="https://code.jquery.com/jquery-3.3.1.min.js " integrity ="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8= " crossorigin ="anonymous "> </ script >
6
7
< script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js " integrity ="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut " crossorigin ="anonymous "> </ script >
You can’t perform that action at this time.
0 commit comments