diff --git a/_includes/head/custom.html b/_includes/head/custom.html
index 3c96ade4ee1b9792a0a74c97184806c86722997f..d87bfbf1b16c826c2e238966ffeb972d05a7375e 100644
--- a/_includes/head/custom.html
+++ b/_includes/head/custom.html
@@ -8,8 +8,8 @@
 <meta name="msapplication-config" content="/assets/images/logo/favicon/browserconfig.xml?v=oLB3DDYYNNAARREEBjmkdd">
 <meta name="theme-color" content="#ffffff">
 
-<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/lato" type="text/css"/>
-<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/inconsolata-lgc" type="text/css"/>
+<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
+<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
 
 <script type="text/javascript">
   function setActive() {
diff --git a/assets/css/main.scss b/assets/css/main.scss
index bb8b33013eb18e5cacfb003cb9bcdf8059a8a42e..d9762d5e95fd48058266c33f83be78722cc23aef 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -6,8 +6,8 @@
 
 // Fonts
 $serif      : serif;
-$sans-serif : LatoRegular, sans-serif;
-$monospace  : InconsolataLGCRegular, monospace;
+$sans-serif : Lato, sans-serif;
+$monospace  : Inconsolata, monospace;
 
 /* Colors */
 /* Theme colors */