first generate webfont:
http:
you download the package of files. U need to copy:
*.eot
*.woff
*.ttf
*.svg
for skin for TinyMCE css folder
in Skin for TinyMCE, a file named: skin.min.css
on top of this css file you need to include font declaration
@font-face {
font-family: 'arialregular';
src: url('arial-webfont.eot');
src: url('arial-webfont.eot?#iefix') format('embedded-opentype'),
url('arial-webfont.woff') format('woff'),
url('arial-webfont.ttf') format('truetype'),
url('arial-webfont.svg#arialregular') format('svg');
font-weight: normal;
font-style: normal;
}
you will find it in the stylesheet.css file that was generated in the font protein
skin.min.css
, squirrel, :
font-family: 'arialregular';
, , !