aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/header.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/_includes/header.html b/_includes/header.html
index a078f4d..da0b0f7 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -8,9 +8,10 @@
<meta name="description" content="{{ site.description }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">
<link rel="shortcut icon" href="{{ "/assets/img/favicon.ico" | prepend: site.url }}"/>
- <link rel="stylesheet" href="{{ "/assets/bootstrap/4.0.0/css/bootstrap.min.css"| prepend: site.url }}" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.url }}">
- <link rel="stylesheet" href="{{ "/assets/css/font-awesome.min.css" | prepend: site.url }}">
- <link rel="stylesheet" href="{{ "/assets/css/fonts.css" | prepend: site.url }}">
+ <link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Encode+Sans+Expanded" rel="stylesheet">
</head>
<body id="main" data-spy="scroll" data-target="#navbar-main">