Update headers font

This commit is contained in:
samaradel
2021-07-08 11:24:41 +02:00
parent d89970b8e7
commit 6fa1be89bb
4 changed files with 14 additions and 31 deletions

View File

@@ -1,4 +1,3 @@
@tailwind base;
@font-face {
font-family: "Roboto";
font-style: normal;
@@ -28,6 +27,16 @@ body {
h1 {
font-family: "Roboto", sans-serif;
}
.post-card-excerpt,
.post-content-text {
font-family: "Poppins", sans-serif !important;
line-height: 1.5;
}
.post-content-text h2 {
font-family: "Poppins", sans-serif !important;
line-height: 1.5;
}
body {
padding-top: 60px;
@@ -63,6 +72,7 @@ ul {
@apply text-base;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
@responsive {

View File

@@ -210,13 +210,4 @@ export default {
};
},
};
</script>
<style scoped>
.post-card-excerpt,
.post-content-text,
.post-content-text h2 {
font-family: "Poppins", sans-serif !important;
line-height: 1.5;
}
</style>
</script>

View File

@@ -183,13 +183,4 @@ export default {
};
},
};
</script>
<style scoped>
.post-card-excerpt,
.post-content-text,
.post-content-text h2 {
font-family: "Poppins", sans-serif !important;
line-height: 1.5;
}
</style>
</script>

View File

@@ -220,13 +220,4 @@ export default {
};
},
};
</script>
<style scoped>
.post-card-excerpt,
.post-content-text,
.post-content-text h2 {
font-family: "Poppins", sans-serif !important;
line-height: 1.5;
}
</style>
</script>