From f3e394bc5e3d0b700920fe00f05fb3cfcfbdd94e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 25 Sep 2018 11:55:24 +0200 Subject: content update --- _includes/site.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '_includes/site.css') diff --git a/_includes/site.css b/_includes/site.css index fa9230b..36238a9 100644 --- a/_includes/site.css +++ b/_includes/site.css @@ -1,9 +1,11 @@ +@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin-ext"); + * { box-sizing: border-box; } body { - font-family: 'Times New Roman', Times, serif; + font-family: 'Roboto', 'Times New Roman', Times, serif; font-size: 16px; line-height: 1.8; color: #000; -- cgit v1.2.3