Добавил некоторые файлы

This commit is contained in:
Денис Буторин 2025-05-16 14:36:57 +03:00
parent 7ee23d4cae
commit 493858efb6
3 changed files with 21 additions and 0 deletions

Binary file not shown.

9
style/main.css Normal file
View file

@ -0,0 +1,9 @@
@font-face {
font-family: "Minion Pro";
src: url(fonts/MinionPro/MinionPro-Regular.woff)
}
* {
font-family: "Minion Pro";
font-size: 40px;
}