Apply Poppins font

This commit is contained in:
samaradel
2021-07-08 10:58:47 +02:00
parent 694ff7d8c9
commit d89970b8e7
5 changed files with 93 additions and 34 deletions

View File

@@ -186,10 +186,10 @@ export default {
</script>
<style scoped>
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
.post-card-excerpt,
.post-content-text {
font-family: "Roboto", sans-serif !important;
line-height: 1.2;
.post-content-text,
.post-content-text h2 {
font-family: "Poppins", sans-serif !important;
line-height: 1.5;
}
</style>