MiKTeX: "Font ccicons at 600 not found"

Without any hope of success ;-) You can try the following steps.

  1. Edit the map configuration file updmap.cfg. In a Command Prompt window, run:

    initexmf --edit-config-file updmap
    

    You'll want to edit this in a text editor such as Notepad. If the file or any of the leading directories do not exist, create them.

  2. Add this one line to updmap.cfg and save it:

    Map ccicons.map
    
  3. Back at the command prompt, run:

    initexmf --mkmaps
    

    (Ignore any error messages.)

These steps were described as I bought the font Lucida


The message means that the map-file has not been activated correctly. Normally this happens because

  • The miktex package is defective. In this case must add it manually as described by Marco.

Or

  • You have a multiuser installation, but a local pdftex.map. In this case you must call updmap everytime you installed a font to update this local pdftex.map.

In this case the miktex package is defective. I have made a bug report.


On latest version of MikTeX, it is possible to force update of the font map files and font map database. You open the console and two actions are available in Task menu: - Refresh file name database - Refresh font map files

This solved the issue on my side (Font umvs at 600 not found)