fix font
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
@@ -211,4 +211,12 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</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