15 lines
496 B
CSS
Executable File
15 lines
496 B
CSS
Executable File
@font-face {
|
|
font-family: "AflB-FG_Virgil";
|
|
src: url("AflB-FG_Virgil.eot"); /* IE9 */
|
|
src: url("AflB-FG_Virgil.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
|
|
|
|
url("AflB-FG_Virgil.woff") format("woff"), /* chrome、firefox */
|
|
url("AflB-FG_Virgil.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
|
|
|
|
url("AflB-FG_Virgil.svg#AflB-FG_Virgil") format("svg"); /* iOS 4.1- */
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
|