#test {
    font-family: "Times New Roman";
    font-size: 16pt;
    font-style: italic;
    font-variant: small-caps;
    font-weight: 700;
}
#test1 {
    font-family: Consolas;
    font-size: 14pt;
    font-style: italic;
    font-variant: small-caps;
    font-weight: 500;
}
#test2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12pt;
    font-style: italic;
    font-variant: small-caps;
    font-weight: 100;
}