fix
This commit is contained in:
@@ -12,7 +12,11 @@ blockquote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body h2{
|
body h2{
|
||||||
font-family: Futura Book font;
|
font-family: 'Roboto', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
body p{
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.act-link {
|
.act-link {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="pb-20 px-4 bg-cover text-center" :style="cta.img">
|
<section class="pb-20 px-4 bg-cover text-center" :style="img">
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
${head}
|
${head}
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body ${bodyAttrs}>
|
<body ${bodyAttrs}>
|
||||||
|
|||||||
@@ -78,11 +78,6 @@ query {
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: Futura Book font;
|
|
||||||
src: url('../assets/Futura_Book_font.ttf');
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Futura Book font,
|
font-family: Futura Book font,
|
||||||
|
|||||||
@@ -212,11 +212,3 @@ 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