From 95632e126a6d75a76c400c6a73e5643cfc819dca Mon Sep 17 00:00:00 2001 From: Muhamad Zainal Arifin Date: Thu, 3 Jun 2021 20:32:34 +0700 Subject: [PATCH 1/4] chore(md-file) : re-write section new posts) --- LICENSE | 21 -------------- assets/css/base/_fonts.scss | 5 ++-- assets/css/prism-material-light.css | 2 +- components/MusicPlaylistCard.vue | 2 +- components/Sections/Header.vue | 5 +++- .../en/blog/kisah-akhir-sekolah-dalam-kata.md | 28 +++++++++++++++---- pages/blog/_slug.vue | 6 ++-- pages/index.vue | 9 +++--- 8 files changed, 37 insertions(+), 41 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 4b6444e..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) Marina Aísa - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/assets/css/base/_fonts.scss b/assets/css/base/_fonts.scss index d5945e3..6f6928b 100644 --- a/assets/css/base/_fonts.scss +++ b/assets/css/base/_fonts.scss @@ -1,10 +1,8 @@ -@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); $font-base-color: $grey-2; $font-family-base: 'Poppins', Arial, sans-serif; -$font-family-blog: 'Montserrat', sans-serif; +$font-family-blog: 'Poppins', Arial, sans-serif;; $line-height-base: 1.5; $fs-base: 1.6rem; $fs-base-responsive: 1.4rem; @@ -52,6 +50,7 @@ p,ul,ol,blockquote,.content-block{ } .title { + font-family: 'Poppins', sans-serif; margin: 7.2rem 0 4.8rem 0; text-align: center; font-weight: 600; diff --git a/assets/css/prism-material-light.css b/assets/css/prism-material-light.css index acd13ac..0e4e462 100644 --- a/assets/css/prism-material-light.css +++ b/assets/css/prism-material-light.css @@ -7,7 +7,7 @@ pre[class*="language-"] { word-wrap: normal; color: #90a4ae; background: #fafafa; - font-family: Roboto Mono, monospace; +font-family: 'Poppins', sans-serif; font-size: 1em; line-height: 1.5em; diff --git a/components/MusicPlaylistCard.vue b/components/MusicPlaylistCard.vue index 4053fb3..28e27b2 100644 --- a/components/MusicPlaylistCard.vue +++ b/components/MusicPlaylistCard.vue @@ -1,5 +1,5 @@