Browse Source

refactor: removed a few fonts we didn't use often to bring more consistency

Kristian Vos 3 years ago
parent
commit
d026743c18

+ 0 - 2
frontend/src/App.vue

@@ -1226,14 +1226,12 @@ h4.section-title {
 }
 
 .news-item {
-	font-family: "Karla";
 	border-radius: 5px;
 	padding: 20px;
 	border: unset !important;
 	box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
 
 	* {
-		font-family: Karla, Arial, sans-serif;
 		font-size: 16px;
 	}
 

+ 0 - 1
frontend/src/components/SearchQueryItem.vue

@@ -119,7 +119,6 @@ export default {
 
 		*:not(i) {
 			margin: 0;
-			font-family: Karla, Arial, sans-serif;
 		}
 	}
 }

+ 0 - 1
frontend/src/components/SongItem.vue

@@ -337,7 +337,6 @@ export default {
 
 		*:not(i) {
 			margin: 0;
-			font-family: Karla, Arial, sans-serif;
 		}
 
 		h6 {

+ 1 - 2
frontend/src/components/modals/ViewReport.vue

@@ -262,12 +262,11 @@ export default {
 		.item-title-description {
 			.item-title {
 				font-size: 20px;
-				font-family: Karla, Arial, sans-serif;
 			}
 
 			.item-description {
 				font-size: 14px;
-				font-family: Karla, Arial, sans-serif;
+				line-height: 16px;
 			}
 		}
 	}

+ 0 - 4
frontend/src/pages/Admin/tabs/Playlists.vue

@@ -301,10 +301,6 @@ export default {
 	}
 }
 
-body {
-	font-family: "Hind", sans-serif;
-}
-
 td {
 	vertical-align: middle;
 }

+ 0 - 4
frontend/src/pages/Admin/tabs/Punishments.vue

@@ -222,10 +222,6 @@ export default {
 	}
 }
 
-body {
-	font-family: "Hind", sans-serif;
-}
-
 td {
 	vertical-align: middle;
 }

+ 0 - 4
frontend/src/pages/Admin/tabs/Statistics.vue

@@ -292,10 +292,6 @@ export default {
 	}
 }
 
-body {
-	font-family: "Hind", sans-serif;
-}
-
 .user-avatar {
 	display: block;
 	max-width: 50px;

+ 0 - 4
frontend/src/pages/Admin/tabs/Users.vue

@@ -200,10 +200,6 @@ export default {
 	}
 }
 
-body {
-	font-family: "Hind", sans-serif;
-}
-
 h2 {
 	font-size: 30px;
 	text-align: center;

+ 0 - 4
frontend/src/pages/Admin/tabs/VerifiedSongs.vue

@@ -616,10 +616,6 @@ export default {
 	}
 }
 
-body {
-	font-family: "Hind", sans-serif;
-}
-
 .box {
 	background-color: var(--light-grey);
 	border-radius: 5px;