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

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 {
font-family: droid-sans-mono-pro;
font-variant-ligatures: no-common-ligatures;
font-size: 15px;
line-height: 1.25;
font-family: Monospace, Courier;
font-size: 16px;
max-width: 900px; /* for pc */
max-width: 900px;
padding-left: 2ch;
padding-right: 3ch;