on 2015-08-11

CSS - web font

Use our font

Put your font file on your server.

Default font can’t cross domain used.

Suggest use OTF or TTF format.

@font-face {
    font-family: playstation;
    src: url(TRIIYP.otf);
}
@font-face {
    font-family: sony;
    src: url(sony.TTF);
}

Fonts

SONY’s Logo Font Download

Free ps4 fonts - FontSpace

Demo

ps4

Refer - CSS3 Web Fonts