fix font
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<section class="pb-20 px-4 bg-cover text-center" :style="img">
|
||||
<section class="pb-20 px-4 bg-cover text-center" :style="cta.img">
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
@@ -212,3 +212,11 @@ export default {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style scoped>
|
||||
h2 {
|
||||
font-family: Futura Book font !important;
|
||||
}
|
||||
p {
|
||||
font-family: Futura Book font !important;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user