From b2a1fec406d16305861e54c3a5dc5c8a30a2c8fc Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Mon, 16 Oct 2017 23:18:09 +0300 Subject: [PATCH] fix font --- Web-documentation/css/fonts.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Web-documentation/css/fonts.css b/Web-documentation/css/fonts.css index bf03f4b..826fbfe 100644 --- a/Web-documentation/css/fonts.css +++ b/Web-documentation/css/fonts.css @@ -1,19 +1,19 @@ @font-face { font-family: Roboto; font-weight: 400; - src: url(../fonts/Roboto-Regular.otf); + src: url(../fonts/Roboto-Regular.ttf); } @font-face { font-family: Roboto; font-weight: 500; - src: url(../fonts/Roboto-Medium.otf); + src: url(../fonts/Roboto-Medium.ttf); } @font-face { font-family: Roboto; font-weight: 600; - src: url(../fonts/Roboto-Semibold.otf); + src: url(../fonts/Roboto-Semibold.ttf); }