Update headers font
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
@tailwind base;
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Roboto";
|
font-family: "Roboto";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@@ -28,6 +27,16 @@ body {
|
|||||||
h1 {
|
h1 {
|
||||||
font-family: "Roboto", sans-serif;
|
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 {
|
body {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
@@ -63,6 +72,7 @@ ul {
|
|||||||
@apply text-base;
|
@apply text-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
@responsive {
|
@responsive {
|
||||||
|
|||||||
@@ -211,12 +211,3 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.post-card-excerpt,
|
|
||||||
.post-content-text,
|
|
||||||
.post-content-text h2 {
|
|
||||||
font-family: "Poppins", sans-serif !important;
|
|
||||||
line-height: 1.5;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -184,12 +184,3 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.post-card-excerpt,
|
|
||||||
.post-content-text,
|
|
||||||
.post-content-text h2 {
|
|
||||||
font-family: "Poppins", sans-serif !important;
|
|
||||||
line-height: 1.5;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -221,12 +221,3 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.post-card-excerpt,
|
|
||||||
.post-content-text,
|
|
||||||
.post-content-text h2 {
|
|
||||||
font-family: "Poppins", sans-serif !important;
|
|
||||||
line-height: 1.5;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user