From 184e7192c020f8f288848756d6ff633404473922 Mon Sep 17 00:00:00 2001 From: A1Gard Date: Mon, 6 May 2024 05:28:01 +0330 Subject: [PATCH] added basic npm packages --- package.json | 4 ++++ resources/sass/_variables.scss | 2 +- resources/sass/app.scss | 2 +- resources/views/welcome.blade.php | 8 -------- yarn.lock | 10 ++++++++++ 5 files changed, 16 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 15189c7..06e478a 100644 --- a/package.json +++ b/package.json @@ -14,5 +14,9 @@ "sass": "^1.56.1", "vite": "^5.0", "vue": "^3.2.37" + }, + "dependencies": { + "remixicon": "^4.2.0", + "vazirmatn": "^33.0.3" } } diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index 172daaa..cf8c5a7 100644 --- a/resources/sass/_variables.scss +++ b/resources/sass/_variables.scss @@ -2,6 +2,6 @@ $body-bg: #f8fafc; // Typography -$font-family-sans-serif: 'Nunito', sans-serif; +$font-family-sans-serif: 'Vazirmatn', sans-serif; $font-size-base: 0.9rem; $line-height-base: 1.6; diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 1026a0b..1c5ec91 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -1,5 +1,5 @@ // Fonts -@import url('https://fonts.bunny.net/css?family=Nunito'); +@import 'vazirmatn/Vazirmatn-font-face.css'; // Variables @import 'variables'; diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index a9898e3..4ece386 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -6,14 +6,6 @@ Laravel - - - - - -
diff --git a/yarn.lock b/yarn.lock index 2e575a4..3c69fc2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -541,6 +541,11 @@ readdirp@~3.6.0: dependencies: picomatch "^2.2.1" +remixicon@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/remixicon/-/remixicon-4.2.0.tgz#2df60b1764b11bb363f796b827ed8e03eab031c4" + integrity sha512-MF5wApNveRh3n0iMVM+lr2nSWrj/rBbSD2eWapuD9ReYRGs5naAUR1BqVBCHGqm286FIS6zwwmUf96QjHQ9l4w== + rollup@^4.13.0: version "4.17.2" resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.17.2.tgz#26d1785d0144122277fdb20ab3a24729ae68301f" @@ -587,6 +592,11 @@ to-regex-range@^5.0.1: dependencies: is-number "^7.0.0" +vazirmatn@^33.0.3: + version "33.0.3" + resolved "https://registry.yarnpkg.com/vazirmatn/-/vazirmatn-33.0.3.tgz#d4617dfb0fa97c6aaeb35ab19fa713f0a04ffc21" + integrity sha512-fbjNc0CMjazZpIegWzz9OHGzI1APFboT+x7ZecXlUCtDe/nkyx7gtCTZnWS/+eeXG7fbfXymCPKJI8EsnM3iqw== + vite-plugin-full-reload@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/vite-plugin-full-reload/-/vite-plugin-full-reload-1.1.0.tgz#ca6fa32631024a459ea9e5613dd4c0ff0f3b7995"