Saltar al contenido

cómo obtener una fuente cursiva en un ejemplo de código vsc

Ya no necesitas investigar más por todo internet ya que has llegado al sitio perfecto, tenemos la respuesta que necesitas pero sin liarte.

Ejemplo: hacer que la fuente sea cursiva vs código

   //You need to install FireCodeiScript font first
	//https://github.com/kencrocken/FiraCodeiScript download this and just intstall the fonts one by one
    //put the below code in vs code settings.json file after installing font and voila 
    
    "editor.fontFamily": "Fira Code iScript, Menlo, Monaco, 'Courier New', monospace",
    "editor.fontLigatures": true,
    "editor.tokenColorCustomizations": 
        "textMateRules": [
            
                "name": "comment",
                "scope": [
                    "comment"
                ],
                "settings": 
                    "fontStyle": "italic"
                
            ,
            
                "name": "Keyword Storage",
                "scope": [
                    "keyword",
                    "keyword.control",
                    "storage"
                ],
                "settings": 
                    "fontStyle": "italic"
                
            ,
            
                "name": "Entity",
                "scope": [
                    "entity.name.method",
                    "entity.name.type.class",
                    "entity.other.attribute-name"
                ],
                "settings": 
                    "fontStyle": "italic"
                
            ,
            
                "name": "Variable",
                "scope": [
                    "variable.language"
                ],
                "settings": 
                    "fontStyle": "italic"
                
            
        ]
    

Si te gustó nuestro trabajo, tienes la habilidad dejar un tutorial acerca de qué te ha gustado de este post.

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *