Skip to content
Snippets Groups Projects
Commit 433e373d authored by mrp19's avatar mrp19
Browse files

Inserindo as diferentes fontes

parent fdf5978f
No related branches found
No related tags found
1 merge request!9Resolve "Criar tela de termos de uso"
...@@ -15,7 +15,6 @@ GNU Affero General Public License for more details. ...@@ -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 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/>.*/ along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/>.*/
import React, {Component} from 'react'; import React, {Component} from 'react';
import ExpansionPanels from '../Components/ExpansionPanels' import ExpansionPanels from '../Components/ExpansionPanels'
import Grid from '@material-ui/core/Grid'; import Grid from '@material-ui/core/Grid';
...@@ -58,11 +57,13 @@ const secao2={ ...@@ -58,11 +57,13 @@ const secao2={
class UserTerms extends Component { class UserTerms extends Component {
render() { render() {
return ( return (
<div > <div >
<link href="https://fonts.googleapis.com/css?family=Kalam|Pompiere|Roboto&display=swap" rel="stylesheet"/>
<div style = {bannerStyle}> <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/> <Modal/>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment