@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: url(roboto100Url);
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
src: url(roboto200Url);
}
/* ... */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(roboto900Url);
}
@font-face {
font-family: MyHelvetica;
src: local("Helvetica Neue Bold"),
local("HelveticaNeue-Bold"),
url(MgOpenModernaBold.ttf);
font-weight: bold;
}