This commit is contained in:
klemek
2021-10-14 15:14:23 +02:00
parent 6fe3ee903e
commit 401cafe1c5
2 changed files with 6 additions and 1 deletions
Binary file not shown.
+6 -1
View File
@@ -1,5 +1,10 @@
/* noto-sans-regular - latin */ /* noto-sans-regular - latin */
@import url('https://fonts.googleapis.com/css?family=Noto%20Sans&display=swap'); @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: url('fonts/NotoSansJP-Regular.otf');
}
* { * {
box-sizing: border-box; box-sizing: border-box;