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 @@