diff --git a/public/css/style.css b/public/css/style.css index bbba97b..33d0a60 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -30,7 +30,8 @@ --color-a-hover: var(--dark-color-a-hover); --switch-icon: var(--dark-switch-icon); - --monospace: 16px/1.5 "Lucida Console", Monaco, "Consolas", monospace; + /*--monospace: 16px/1.5 "Lucida Console", Monaco, "Consolas", monospace;*/ + --monospace: 16px/1.5 'Roboto mono', monospace; } .light { @@ -44,9 +45,27 @@ --switch-icon: var(--light-switch-icon); } +/* roboto-regular - latin */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} + +/* roboto-mono-regular - latin */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Roboto Mono'; + font-style: normal; + font-weight: 400; + src: url('../fonts/roboto-mono-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} body { - font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + /* font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */ + font: 16px/1.5 'Roboto'; background:var(--color-bg); color:var(--color-txt); } diff --git a/public/fonts/roboto-mono-v23-latin-regular.woff2 b/public/fonts/roboto-mono-v23-latin-regular.woff2 new file mode 100644 index 0000000..53d081f Binary files /dev/null and b/public/fonts/roboto-mono-v23-latin-regular.woff2 differ diff --git a/public/fonts/roboto-v32-latin-regular.woff2 b/public/fonts/roboto-v32-latin-regular.woff2 new file mode 100644 index 0000000..2d7b215 Binary files /dev/null and b/public/fonts/roboto-v32-latin-regular.woff2 differ diff --git a/themes/jugo/static/css/.#style.css b/themes/jugo/static/css/.#style.css deleted file mode 120000 index da0dad6..0000000 --- a/themes/jugo/static/css/.#style.css +++ /dev/null @@ -1 +0,0 @@ -user@personal.973:1729215070 \ No newline at end of file