Dev Notes
generate font at icomoon.io or similar (this was the only one I found that worked well) -- config file is
CoCalc.json
replace the top part of the
style.css
-- webpack takes it from here: @font-face { font-family: 'cocalc-icons'; src: url('./cocalc-icons.eot'); src: url('./cocalc-icons.eot') format('embedded-opentype'), url('./cocalc-icons.ttf') format('truetype'), url('./cocalc-icons.woff') format('woff'), url('./cocalc-icons.svg') format('svg'); font-weight: normal; font-style: normal; }