diff --git a/css/style.css b/css/style.css index 520e88c..117cd55 100644 --- a/css/style.css +++ b/css/style.css @@ -1,15 +1,8 @@ -@font-face { - font-family: 'code_new_romanregular'; - src: url('../fonts/code_new_roman-webfont.woff2') format('woff2'), - url('../fonts/code_new_roman-webfont.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - body { max-width: 800px; - font-family: "code_new_romanregular", Monospace, sans-serif; - font-size: 11pt; + font-family: sans-serif; + font-size: 12pt; + line-height: 1.2; padding-left: 2ch; padding-right: 3ch; /* for scrollbar */ margin: 0 auto; diff --git a/fonts/Tupfile b/fonts/Tupfile deleted file mode 100644 index 4b3345a..0000000 --- a/fonts/Tupfile +++ /dev/null @@ -1 +0,0 @@ -: foreach *.otf *.woff *.woff2 |> !tup_preserve |> diff --git a/fonts/code_new_roman-webfont.woff b/fonts/code_new_roman-webfont.woff deleted file mode 100644 index c90710d..0000000 Binary files a/fonts/code_new_roman-webfont.woff and /dev/null differ diff --git a/fonts/code_new_roman-webfont.woff2 b/fonts/code_new_roman-webfont.woff2 deleted file mode 100644 index 0461005..0000000 Binary files a/fonts/code_new_roman-webfont.woff2 and /dev/null differ diff --git a/fonts/code_new_roman.otf b/fonts/code_new_roman.otf deleted file mode 100644 index 7b1eb6e..0000000 Binary files a/fonts/code_new_roman.otf and /dev/null differ