generated from yandex-praktikum/zakrivayuschiy-teg-f
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
321 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
/* В этом файле вы импортируете все шрифты для сайта. Один из них вариативный и требует особенной настройки */ | ||
@font-face { | ||
font-family: 'PressStart2P'; | ||
src: url(./PressStart2P-Regular.woff) format('woff'); | ||
font-display: swap; | ||
font-weight: 400; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Inter'; | ||
src: | ||
local('Inter'), | ||
url('../fonts/Inter-Variable.woff2') format('woff2 supports variations'), | ||
url('../fonts/Inter-Variable.woff2') format('woff2-variations'); | ||
font-display: swap; | ||
font-weight: 400 785; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
/* В этом файле будут храниться все значения переменных в исходном состоянии, а так же их изменения в зависимости от ширины устройства */ | ||
|
||
:root { | ||
--font-Int: 'Inter'; | ||
--font-PS2P: 'PressStart2P'; | ||
--font-weight-text: 400; | ||
--font-weight-title: 700; | ||
--font-size: 18px; | ||
--accent-color: #000; /* Цвет основного текста */ | ||
--contour-color: #000; /* Цвет Контура */ | ||
--bg-color: #fff; /* Цвет фона */ | ||
|
||
--background-image: repeating-linear-gradient(#d3d3d3,#d3d3d3 2px, transparent 2px, transparent 4px), | ||
repeating-linear-gradient(90deg,#d3d3d3,#d3d3d3 2px, transparent 2px, transparent 4px), | ||
linear-gradient(#e7e7e7, #1a1a1a); | ||
} | ||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.