Simplify back to courier

This commit is contained in:
Ian Gulliver
2019-04-14 06:00:53 +00:00
parent 808eca301b
commit 5c2a249111
3 changed files with 3 additions and 21 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,24 +1,8 @@
@font-face {
font-family: 'droid-sans-mono-pro';
src: url(data:font/woff2;base64,<!--# include file="droid-sans-mono-pro-regular.woff2.base64" -->) format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'droid-sans-mono-pro';
src: url(data:font/woff2;base64,<!--# include file="droid-sans-mono-pro-bold.woff2.base64" -->) format('woff2');
font-weight: bold;
font-style: normal;
}
body { body {
font-family: droid-sans-mono-pro; font-family: Monospace, Courier;
font-variant-ligatures: no-common-ligatures; font-size: 16px;
font-size: 15px;
line-height: 1.25;
max-width: 900px; /* for pc */ max-width: 900px;
padding-left: 2ch; padding-left: 2ch;
padding-right: 3ch; padding-right: 3ch;