Adds Hind Font for P Texts and Fixes Cards Styling

This commit is contained in:
2023-11-09 01:23:15 -03:00
parent 25d1109f34
commit 93791a60ae
4 changed files with 33 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import "font-montserrat.css";
* {
@@ -21,3 +22,7 @@ h5,
h6 {
font-family: "Montserrat", sans-serif;
}
p {
font-family: "Hind", sans-serif;
}