diff --git a/themes/default/_head.twig b/themes/default/_head.twig
index 247b929eb..d0cbd320b 100644
--- a/themes/default/_head.twig
+++ b/themes/default/_head.twig
@@ -7,5 +7,4 @@
-
diff --git a/themes/default/css/style.css b/themes/default/css/style.css
index 3ef9c8236..670eb50f4 100644
--- a/themes/default/css/style.css
+++ b/themes/default/css/style.css
@@ -1,3 +1,12 @@
+@font-face {
+ font-family: 'Roboto';
+ font-style: normal;
+ font-weight: 400;
+ src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/Roboto.woff) format('woff');
+}
+
+
+
body {
margin: 10px;
font-family: 'Roboto',Verdana,Geneva,sans-serif;
@@ -318,4 +327,4 @@ a.link span,
a.bad-display span,
a.reading-time span {
background-repeat: no-repeat;
-}
\ No newline at end of file
+}
diff --git a/themes/default/fonts/Roboto.woff b/themes/default/fonts/Roboto.woff
new file mode 100644
index 000000000..1440b1be6
Binary files /dev/null and b/themes/default/fonts/Roboto.woff differ