mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 23:38:45 +03:00
13 lines
380 B
CSS
13 lines
380 B
CSS
@font-face {
|
|
font-family: 'pt_sansregular';
|
|
src: url('PTS55F-webfont.eot');
|
|
src: url('PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('PTS55F-webfont.woff') format('woff'),
|
|
url('PTS55F-webfont.ttf') format('truetype'),
|
|
url('PTS55F-webfont.svg#pt_sansregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
}
|
|
|