ngundeur font aksara Sunda pikeun CSS
Luyu pikeun kaperluan
nerapkeun aksara Sunda dina website ngaliwatan pungsi @fonface dina CSS (
Cascading Style Sheet), font SundaneseUnicode-1.0.5.ttf kungsi dialihwandakeun (dikonversi) sarta diteundeun di googlecode.
Salian ti di googlecode eta koropak aksara teh oge diteundeun di GoogleDrive jeung di DropBox (tilik
cara download ti dropbox). Sarupa jeung googlecode, dua loka panungtung oge ngarojong
direct link, nu maksudna file atawa koropak-koropak nu diteundeun di dinya bisa diterapkeun jadi sumber langsung pakeeun dina loka urang.
Di handap ieu ditataan wangun kode CSS sarta conto hasilna sewang-sewang.
DropBox
@font-face {
font-family: 'SundaneseLatinRegular';
src: url('sundaneselatin01-webfont.eot');
src: url('https://dl.dropboxusercontent.com/u/10108777/u/sundafont/sundaneselatin01-webfont.eot?#iefix') format('embedded-opentype'),
url('https://dl.dropboxusercontent.com/u/10108777/u/sundafont/sundaneselatin01-webfont.woff') format('woff'),
url('https://dl.dropboxusercontent.com/u/10108777/u/sundafont/sundaneselatin01-webfont.ttf') format('truetype'),
url('https://dl.dropboxusercontent.com/u/10108777/u/sundafont/sundaneselatin01-webfont.svg#SundaneseLatinRegular') format('svg');
font-weight: normal;
font-style: normal;
}
GoogleCode
@font-face {
font-family: 'SundaneseLatinRegular';
src: url('sundaneselatin01-webfont.eot');
src: url('http://aksarasunda.googlecode.com/files/sundaneselatin01-webfont.eot?#iefix') format('embedded-opentype'),
url('http://aksarasunda.googlecode.com/files/sundaneselatin01-webfont.woff') format('woff'),
url('http://aksarasunda.googlecode.com/files/sundaneselatin01-webfont.ttf') format('truetype'),
url('http://aksarasunda.googlecode.com/files/sundaneselatin01-webfont.svg#SundaneseLatinRegular') format('svg');
font-weight: normal;
font-style: normal;
}
GoogleDrive
@font-face {
font-family: 'SundaneseLatinRegular';
src: url('sundaneselatin01-webfont.eot');
src: url('https://googledrive.com/host/0B6jaP4QROgRNbmtSZnAtcWUxM2M?#iefix') format('embedded-opentype'),
url('https://googledrive.com/host/0B6jaP4QROgRNUjhaT2J0TlZmbEE') format('woff'),
url('https://googledrive.com/host/0B6jaP4QROgRNQWlia0dZVXF0N0E') format('truetype'),
url('https://googledrive.com/host/0B6jaP4QROgRNSG5UTVJET0F5aHc#SundaneseLatinRegular') format('svg');
font-weight: normal;
font-style: normal;
}