File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33# This file is distributed under the same license as the PACKAGE package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5- #
5+ #
66#, fuzzy
77msgid ""
88msgstr ""
99"Project-Id-Version : PACKAGE VERSION\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-09-02 03:15 +0300\n "
11+ "POT-Creation-Date : 2025-09-02 03:39 +0300\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1414"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -335,6 +335,10 @@ msgstr ""
335335"connected both to global trends and to our customers. Only such synergy "
336336"gives us strength and a vision of the future of fashion."
337337
338+ #: templates/about.html:142
339+ msgid "Мы в социальных сетях:"
340+ msgstr "We are on social networks:"
341+
338342#: templates/account/email_confirm.html:5
339343msgid "Подтверждение e-mail"
340344msgstr "E-mail confirmation"
Original file line number Diff line number Diff line change 222222.socials a {
223223 text-decoration : none;
224224 color : black;
225- font-size : 40 px ;
225+ font-size : 24 px ;
226226 font-weight : 300 ;
227227}
228228
231231 justify-content : center;
232232}
233233
234+ @font-face {
235+ font-family : 'Miama Nueva' ; /* Называешь как хочешь */
236+ src : url ('fonts/ofont.ru_Miama\ Nueva.ttf' ) format ('truetype' ); /* Путь к файлу */
237+ font-weight : normal; /* Если шрифт обычный */
238+ font-style : normal; /* Если не курсив */
239+ }
240+
241+ /* Если есть еще жирная версия (bold), подключи ее отдельно */
242+ @font-face {
243+ font-family : 'Miama Nueva' ;
244+ src : url ('fonts/ofont.ru_Miama\ Nueva.ttf' ) format ('truetype' );
245+ font-weight : bold; /* Указываешь что это жирный вес */
246+ font-style : normal;
247+ }
248+
249+ .sign-note h2 {
250+ font-family : 'Miama Nueva' , sans-serif;
251+ font-weight : bold;
252+ font-size : 36px ;
253+ }
254+
234255.socials-container {
235256 color : # 000000 ;
236- padding : 24px 0 12px ;
237257 text-align : center;
238258 bottom : 40px ;
239259 right : 60px ;
362382 width : 350px ;
363383 }
364384
385+ .sign-note h2 {
386+ font-size : 24px ;
387+ }
388+
365389 .sign-note img {
366390 width : 100% ;
367391 object-fit : cover;
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ <h3>{% trans "НАШИ ЦЕННОСТИ" %}</h3>
139139
140140 < section class ="socials ">
141141 < div class ="sign-note ">
142- < img src =" {% static 'images/weinsoc.png ' %} " alt ="" / >
142+ < h2 > {% trans 'Мы в социальных сетях: ' %}</ h2 >
143143 </ div >
144144
145145 < a href =""> @GABRIEL_YUSUBOV</ a >
You can’t perform that action at this time.
0 commit comments