diff --git a/index.html b/index.html new file mode 100644 index 0000000..2687e6a --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + КОМП + + + +

Привет, КОМП!

+ + diff --git a/style/fonts/MinionPro/MinionPro-Regular.woff b/style/fonts/MinionPro/MinionPro-Regular.woff new file mode 100644 index 0000000..3b3c3ed Binary files /dev/null and b/style/fonts/MinionPro/MinionPro-Regular.woff differ diff --git a/style/main.css b/style/main.css new file mode 100644 index 0000000..67c5785 --- /dev/null +++ b/style/main.css @@ -0,0 +1,9 @@ +@font-face { + font-family: "Minion Pro"; + src: url(fonts/MinionPro/MinionPro-Regular.woff) +} + +* { + font-family: "Minion Pro"; + font-size: 40px; +}