رنگ نگاری
قلم های گوگل
1) پیوند Google Fonts را به دلخواه خود سفارشی کنید
scss/style.css
توجه:
To execute Gulp, navigate to the directory containing the package.json file. Open a command prompt in that location and enter the command "gulp" as indicated below. For instructions on installing Gulp, please refer to the following link
خندق
gulp
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
2) تغییر خانواده قلم:SCSS/متغیرها. SCSS
$font-family-sans-serif: "Manrope", sans-serif !default;
Now, save your variable.scss file and verify the changes in the browser.
To alter the font selection within the theme, insert the URL linking to your desired fonts and update the font family attribute accordingly within the variable.scss file.
قلم های گوگل
1) پیوند Google Fonts را به دلخواه خود سفارشی کنید scss/style.css
توجه:
To execute Gulp, navigate to the directory containing the package.json file. Open a command prompt in that location and enter the command "gulp" as indicated below. For instructions on installing Gulp, please refer to the following link خندق
gulp
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
2) تغییر خانواده قلم:SCSS/متغیرها. SCSS
$font-family-sans-serif: "Manrope", sans-serif !default;
Now, save your variable.scss file and verify the changes in the browser.
To alter the font selection within the theme, insert the URL linking to your desired fonts and update the font family attribute accordingly within the variable.scss file.