Skip to content

Commit

Permalink
Atualização
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinsonConstantino committed Mar 17, 2024
1 parent b54f548 commit 3e7fb7a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
@charset "UTF-8";

@font-face {
font-family: "titulo-h1";
src: url("/fontes/roadway-titulo/Roadway.ttf") format(truetype);
}

/*:root {
--fonte1: "calibri", sans-serif;
--fonte2: "titulo-h1", "sans-serif";
--fonte3: ;
}*/

* {
margin: 0px;
padding: 0px;
Expand All @@ -22,6 +33,7 @@ header > h1 {
padding: 25px;
font-variant: small-caps; /* todas as letras maiúsculas, mas as primeiras maiores que o resto */
/*text-transform: uppercase;*/ /*todas as letras do mesmo tamanho maiúsculas*/
font-family: "titulo-h1", sans-serif;
}

header > P {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="correcao-desafio12/imagens/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="estilo/style.css">
<link rel="stylesheet" href="/correcao-desafio12/estilo/style.css">
<title>Cordel Moderno</title>
</head>
<body>
Expand Down

0 comments on commit 3e7fb7a

Please sign in to comment.