11 lines
232 B
CSS
11 lines
232 B
CSS
@font-face {
|
|
font-family: sigma_font;
|
|
src: url(../tipografias/sigma_font.otf);
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: sigma_tipografia;
|
|
src: url(../tipografias/sigma_font.ttf);
|
|
font-style: normal;
|
|
}
|