diff --git a/README b/README deleted file mode 100644 index ac074e0..0000000 --- a/README +++ /dev/null @@ -1,12 +0,0 @@ -monaco.ttf -========== - -The original monaco.ttf improved: add some special characters (which are from "DejaVu Sans Mono") - -In my work environment, I need connect to Linux system from Windows system remotely using SecureCRT or Putty, and edit files using VIM tools. So I need one beautiful font in SecureCRT / Putty. - -In windows system, there are some original fonts are beautiful, for example "Consolas", but they can't support some special characters, for example: ▸, ↪, ⌴. Because they are original fonts in my Windows, I don't want to modify them. - -I get "Monaco" from web. It is tiny and beautiful. But it also can't support those special characters. - -So I add the characters by myself and share it. diff --git a/README.md b/README.md new file mode 100644 index 0000000..f5a1414 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# monaco.ttf + +The original monaco.ttf improved: add some special characters (which are from "DejaVu Sans Mono") + +In my work environment, I need connect to Linux system from Windows system remotely using SecureCRT or Putty, and edit files using VIM tools. So I need one beautiful font in SecureCRT / Putty. + +In windows system, there are some original fonts are beautiful, for exemple "Consolas", but they can't support some special characters, for example: ▸, ↪, ⌴. Because they are original fonts in my Windows, I don't want to modify them. + +I get "Monaco" from the web. It is tiny and beautiful. But it also can't support those special characters. + +So I add the characters by myself and share it. + +## CDN +You can use rawgit.com as a CDN: +https://gitcdn.xyz/repo/todylu/monaco.ttf/master/monaco.ttf + +## Web usage +Copy this code into your CSS stylesheet: + +```css +@font-face { + font-family: 'Monaco'; + src: url('https://gitcdn.xyz/repo/todylu/monaco.ttf/master/monaco.ttf') format('truetype'): + font-weight: normal; + font-style: normal; +} +/* [...] */ +font-family: 'Monaco', monospace; +``` + + diff --git a/monaco.woff2 b/monaco.woff2 new file mode 100644 index 0000000..5581acf Binary files /dev/null and b/monaco.woff2 differ