add new article

This commit is contained in:
2024-09-23 15:24:43 +01:00
parent 05c0522be5
commit 073ed74509
7 changed files with 38 additions and 2 deletions

View File

@ -36,13 +36,31 @@
url('/fonts/source-code-pro-v22-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
font-family: 'Noto Sans CJK';
font-style: normal;
font-weight: 400;
src: local(''),
url('/fonts/NotoSansCJKsc-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('/fonts/NotoSansCJKsc-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
font-family: 'Noto Sans CJK';
font-style: normal;
font-weight: 700;
src: local(''),
url('/fonts/NotoSansCJKsc-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('/fonts/NotoSansCJKsc-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
background-color: $background-color;
color: $body-color;
padding-left: 5vw;
padding-right: 5vw;
padding-top: 5vh;
font-family: 'Source Code Pro';
font-family: 'Source Code Pro', 'Noto Sans CJK';
font-size: 1.5rem;
@media screen and (max-width: 600px) {