From 433e373d18566e53c7287d3125847a08ffda13d4 Mon Sep 17 00:00:00 2001
From: Riba <mrp19@inf.ufpr.br>
Date: Fri, 25 Oct 2019 11:58:52 -0300
Subject: [PATCH] Inserindo as diferentes fontes

---
 src/Pages/UserTerms.js | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/Pages/UserTerms.js b/src/Pages/UserTerms.js
index 50086f44..662eebac 100644
--- a/src/Pages/UserTerms.js
+++ b/src/Pages/UserTerms.js
@@ -15,7 +15,6 @@ GNU Affero General Public License for more details.
 
 You should have received a copy of the GNU Affero General Public License
 along with Plataforma Integrada MEC.  If not, see <http://www.gnu.org/licenses/>.*/
-
 import React, {Component} from 'react';
 import ExpansionPanels from '../Components/ExpansionPanels'
 import Grid from '@material-ui/core/Grid';
@@ -58,11 +57,13 @@ const secao2={
 
 class UserTerms extends Component {
     render() {
+
       return (
-        <div>
+        <div >
+        <link href="https://fonts.googleapis.com/css?family=Kalam|Pompiere|Roboto&display=swap" rel="stylesheet"/>
 
           <div style = {bannerStyle}>
-            <h2 style={{width: "100%",textAlign: "center",marginTop:"0px", paddingTop:"9rem",fontSize:"52px"}}>TERMOS DE USO</h2>
+            <h2 style={{width: "100%",textAlign: "center",marginTop:"0px", paddingTop:"9rem",fontSize:"52px",fontFamily: "'Pompiere', cursive",color:"#fff",fontWeight:"500"}}>TERMOS DE USO</h2>
             <Modal/>
           </div>
 
-- 
GitLab