1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Popov 236ab611d9
update README 2022-08-21 18:53:57 +03:00
Alexander Popov 15dd947a4a
use PT Serif by default font 2022-08-21 18:52:50 +03:00
4 changed files with 12 additions and 8 deletions

View File

@ -24,6 +24,9 @@ indent_size = 2
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false
# Ignore paths
[{FTP.md.gpg,src/yandex*}]
insert_final_newline = unset

View File

@ -2,7 +2,7 @@
-----------
Мы любим букву **Ё**.
А ещё нам нравятся кавычки ёлочки и длинные тире.
А ещё нам нравятся кавычки ёлочки («») и длинные тире (—).
Будь как мы, пиши красиво.
Адреса
@ -12,6 +12,5 @@
Зависимости для сборки
----------------------
- Python 3
- 🐍: editorconfig-checker
- 🐍: minify_html
- 🐍 `editorconfig-checker`
- 🐍 `minify_html`

View File

@ -1,9 +1,9 @@
/* SITE */
Last update: Sat Jun 4 07:42 PM MSK 2022
Last update: Sat Aug 21 06:53 PM MSK 2022
Language: Russian
Doctype: HTML5
IDE: Sublime Text 4
Components: clipboard.js
Components: clipboard.js, PT Serif
/* TEAM */
Chef: Alexander Popov

View File

@ -1,6 +1,8 @@
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
margin: 0;
font-family: serif;
font-family: 'PT Serif', serif;
font-size: 1.3em;
}
@ -29,7 +31,7 @@ div.button {
margin: 8px;
padding: 16px;
background-color: #e9edc9;
font-family: serif;
font-family: 'PT Serif', serif;
font-size: 1.3em;
width: 100px;
transition: background-color .2s;