- 4
Hey everyone!
I'm working on adding some different social icons, but would like to match the current format of the social icons on the prisma nop-template. Looking at the other icons, they use the prisma font-family which is defined here:
@font-face {
font-family: 'prisma';
src: url('../font/prisma.eot?xwq28l');
src: url('../font/prisma.eot?xwq28l#iefix') format('embedded-opentype'),
url('../font/prisma.ttf?xwq28l') format('truetype'),
url('../font/prisma.woff?xwq28l') format('woff'),
url('../font/prisma.svg?xwq28l#prisma') format('svg');
font-weight: normal;
font-style: normal;
}
I'm curious, is there any way to view the entirety of the font family? And if anyone knows specifically, does this font-family have an icon for Houzz?
Thanks!
I'm working on adding some different social icons, but would like to match the current format of the social icons on the prisma nop-template. Looking at the other icons, they use the prisma font-family which is defined here:
@font-face {
font-family: 'prisma';
src: url('../font/prisma.eot?xwq28l');
src: url('../font/prisma.eot?xwq28l#iefix') format('embedded-opentype'),
url('../font/prisma.ttf?xwq28l') format('truetype'),
url('../font/prisma.woff?xwq28l') format('woff'),
url('../font/prisma.svg?xwq28l#prisma') format('svg');
font-weight: normal;
font-style: normal;
}
I'm curious, is there any way to view the entirety of the font family? And if anyone knows specifically, does this font-family have an icon for Houzz?
Thanks!