diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 66f3a69..8005403 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -23,20 +23,60 @@ } /* Кастомные классы шрифтов */ -.lato-thin { font-family: 'Lato', sans-serif; font-weight: 100; font-style: normal; } -.lato-light { font-family: 'Lato', sans-serif; font-weight: 300; font-style: normal; } -.lato-regular { font-family: 'Lato', sans-serif; font-weight: 400; font-style: normal; } -.lato-bold { font-family: 'Lato', sans-serif; font-weight: 700; font-style: normal; } -.lato-black { font-family: 'Lato', sans-serif; font-weight: 900; font-style: normal; } +.lato-thin { + font-family: 'Lato', sans-serif; + font-weight: 100; + font-style: normal; +} +.lato-light { + font-family: 'Lato', sans-serif; + font-weight: 300; + font-style: normal; +} +.lato-regular { + font-family: 'Lato', sans-serif; + font-weight: 400; + font-style: normal; +} +.lato-bold { + font-family: 'Lato', sans-serif; + font-weight: 700; + font-style: normal; +} +.lato-black { + font-family: 'Lato', sans-serif; + font-weight: 900; + font-style: normal; +} -.lato-thin-italic { font-family: 'Lato', sans-serif; font-weight: 100; font-style: italic; } -.lato-light-italic { font-family: 'Lato', sans-serif; font-weight: 300; font-style: italic; } -.lato-regular-italic { font-family: 'Lato', sans-serif; font-weight: 400; font-style: italic; } -.lato-bold-italic { font-family: 'Lato', sans-serif; font-weight: 700; font-style: italic; } -.lato-black-italic { font-family: 'Lato', sans-serif; font-weight: 900; font-style: italic; } +.lato-thin-italic { + font-family: 'Lato', sans-serif; + font-weight: 100; + font-style: italic; +} +.lato-light-italic { + font-family: 'Lato', sans-serif; + font-weight: 300; + font-style: italic; +} +.lato-regular-italic { + font-family: 'Lato', sans-serif; + font-weight: 400; + font-style: italic; +} +.lato-bold-italic { + font-family: 'Lato', sans-serif; + font-weight: 700; + font-style: italic; +} +.lato-black-italic { + font-family: 'Lato', sans-serif; + font-weight: 900; + font-style: italic; +} .russo-one-regular { font-family: 'Russo One', sans-serif; font-weight: 700; font-style: normal; -} \ No newline at end of file +} diff --git a/assets/img/png/footer-flowers-2.png b/assets/img/png/footer-flowers-2.png new file mode 100644 index 0000000..31da26b Binary files /dev/null and b/assets/img/png/footer-flowers-2.png differ diff --git a/assets/img/webp/footer-flowers-2.webp b/assets/img/webp/footer-flowers-2.webp new file mode 100644 index 0000000..fd9f349 Binary files /dev/null and b/assets/img/webp/footer-flowers-2.webp differ diff --git a/layouts/default.vue b/layouts/default.vue index 3702102..2054930 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,6 +1,6 @@