Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Adding instructions to use it from a CDN #3

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions README

This file was deleted.

31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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;
```


Binary file added monaco.woff2
Binary file not shown.