diff --git a/begushiybashkir/src/index.html b/begushiybashkir/src/index.html index f84f39f..06ba3df 100644 --- a/begushiybashkir/src/index.html +++ b/begushiybashkir/src/index.html @@ -46,6 +46,10 @@
Бегай легко, достигай большего!
diff --git a/begushiybashkir/src/style/fonts.css b/begushiybashkir/src/style/fonts.css new file mode 100644 index 0000000..1ed71e3 --- /dev/null +++ b/begushiybashkir/src/style/fonts.css @@ -0,0 +1,6 @@ +@font-face { + font-family: 'LogoFont'; + src: url('./fonts/Lobster-Regular.ttf'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/begushiybashkir/src/style/fonts/Lobster-Regular.ttf b/begushiybashkir/src/style/fonts/Lobster-Regular.ttf new file mode 100644 index 0000000..21c0073 Binary files /dev/null and b/begushiybashkir/src/style/fonts/Lobster-Regular.ttf differ diff --git a/begushiybashkir/src/style/style.css b/begushiybashkir/src/style/style.css index 0af2d19..4975ae1 100644 --- a/begushiybashkir/src/style/style.css +++ b/begushiybashkir/src/style/style.css @@ -1,6 +1,7 @@ @import url("./input.css"); @import url("./results.css"); @import url("./slider.css"); +@import url(./fonts.css); body { font-family: "Arial", sans-serif;