We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982a268 commit e61a1a5Copy full SHA for e61a1a5
src/styles/globals.css
@@ -6,20 +6,29 @@
6
@font-face {
7
font-family: 'montserrat';
8
src: url("../assets/fonts/Montserrat.ttf") format('truetype')
9
- /* font-weight: 400;
10
- font-style: normal; */
11
}
12
13
14
font-family: 'gabarito';
15
src: url('../assets/fonts/Gabarito.ttf') format('truetype')
16
17
18
19
20
@layer {
21
- h1{
22
- @apply font-montserrat
+ /* Global text styles */
+ h1, h2, h3{
+ @apply font-montserrat text-slate-800
+ }
+
+ h4, h5, a, p, span{
23
+ @apply font-gabarito
24
25
26
+ p{
27
+ @apply text-lg
28
29
30
+ span, svg{
31
+ @apply text-sm
32
33
34
0 commit comments