mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
22 lines
842 B
CSS
22 lines
842 B
CSS
|
@font-face {
|
||
|
font-family: 'Kaushan';
|
||
|
src: url('KaushanScript-Regular-webfont.eot');
|
||
|
src: url('KaushanScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||
|
url('KaushanScript-Regular-webfont.woff') format('woff'),
|
||
|
url('KaushanScript-Regular-webfont.ttf') format('truetype'),
|
||
|
url('KaushanScript-Regular-webfont.svg#Kaushan') format('svg');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Shanti';
|
||
|
src: url('Shanti-Regular-webfont.eot');
|
||
|
src: url('Shanti-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||
|
url('Shanti-Regular-webfont.woff') format('woff'),
|
||
|
url('Shanti-Regular-webfont.ttf') format('truetype'),
|
||
|
url('Shanti-Regular-webfont.svg#Shanti') format('svg');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
|
||
|
}
|