diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 81beb9e..d2ab2e4 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -6,6 +6,7 @@ li, h1, h2, h3, +h4, p { margin: 0; padding: 0; @@ -13,14 +14,18 @@ p { * { box-sizing: border-box; } -html, -body, -#app { - width: 100%; - height: 100%; - overflow: hidden; - font-family: 'KaiseiOpti-Medium'; - color: #232323; +h1, +h2, +h3, +h4, +h5, +h6, +.products-title { + font-family: Poppins, sans-serif; + font-weight: 600; + letter-spacing: 2px; + color: #222222; + text-transform: capitalize; } @keyframes loading { 0% { diff --git a/src/assets/css/style.less b/src/assets/css/style.less index 23f75a9..91343b3 100644 --- a/src/assets/css/style.less +++ b/src/assets/css/style.less @@ -6,6 +6,7 @@ li, h1, h2, h3, +h4, p { margin: 0; padding: 0; @@ -14,15 +15,12 @@ p { * { box-sizing: border-box; } - -html, -body, -#app { - width: 100%; - height: 100%; - overflow: hidden; - font-family: 'KaiseiOpti-Medium'; - color: #232323; +h1, h2, h3, h4, h5, h6, .products-title{ + font-family: Poppins, sans-serif; + font-weight: 600; + letter-spacing: 2px; + color: #222222; + text-transform: capitalize; } @keyframes loading { diff --git a/src/main.ts b/src/main.ts index 1052f22..28ef66f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,7 +1,8 @@ import { ViteSSG } from 'vite-ssg' import App from './App.vue' import { routes } from './routes' -import './style.css' +// import './style.css' +import '@/assets/css/style.less' import directives from './directives/index' export const createApp = ViteSSG(App, { diff --git a/src/pages/about-us/ecosystem.vue b/src/pages/about-us/ecosystem.vue new file mode 100644 index 0000000..5f456af --- /dev/null +++ b/src/pages/about-us/ecosystem.vue @@ -0,0 +1,67 @@ + + + \ No newline at end of file diff --git a/src/pages/about-us/index.vue b/src/pages/about-us/index.vue index 89fd017..6752135 100644 --- a/src/pages/about-us/index.vue +++ b/src/pages/about-us/index.vue @@ -1,7 +1,7 @@