Skip to content

Anant-mishra1729/Operator-caska-Font

Repository files navigation

Operator-caska Cursive Font

Font with ligature and cursive support, combination of both CaskaydiaCove Nerd Font and Operator Mono.

image

Operator-caskabold with One Monokai Theme with Italics - Danyil Karuna

Usage

Use a theme that supports italics, such as Monokai Pro.

📖 Book italics (Default)

Font family: Operator-caska.

💪 Bold italics

Font family: Operator-caskabold.

Installation

Clone this repo:

git clone https://github.com/Anant-mishra1729/Operator-caska-Font.git
cd Operator-caska-Font

Linux

  • Create a directory named .fonts in your HOME directory:
mkdir -p ~/.fonts
  • Copy the .ttf files in your ~/.fonts directory
cp -r *.ttf ~/.fonts/

Windows

Install the fonts by right-clicking the .ttf files.


Issues

  • Operator-caskabold in Windows: VScode font is not cursive (Issue only with Windows)

You'll have to modify the textmate rules, here's an example, paste this in settings.json

"editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": [
          "comment",
          "entity.name.type.class", // class names
          "keyword", // import, export, return
          "constant", // String, Number, Boolean..., this, super
          "storage.type",
          "variable.language.this.cpp"
        ],
        "settings": {
          "fontStyle": "italic bold" // comments are italic
        }
      },
    ]
  },

Output

Without textmate rules With textmate rules
image image

About

Operator-caska Cursive font with ligature support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published