From 878e151c9cdb2ff32c06111b678b14fe78ab338a Mon Sep 17 00:00:00 2001 From: Tolstoevsky Date: Fri, 21 Feb 2020 01:23:05 -0800 Subject: [PATCH] font --- css/base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/base.css b/css/base.css index 2940ee0..36312d3 100644 --- a/css/base.css +++ b/css/base.css @@ -1,3 +1,8 @@ +@font-face { + font-family: 'exo2'; + src:url('../fonts/exo2.ttf'); +} + .textblock { background-color:#1f2833; border-radius:2px;