Skip to content

Commit e83ec0e

Browse files
committed
Switched font to match main CC website.
1 parent 27e2677 commit e83ec0e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

assets/static/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
body {
2+
font-family: 'Source Sans Pro', sans-serif;
3+
}
4+
15
.page-content {
26
position: relative;
37
min-height: 100vh;

templates/layout.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<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">
45
<link rel="stylesheet" href="{{ '/static/style.css'|url }}">
56
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
67
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>

0 commit comments

Comments
 (0)