mirror of
https://github.com/danbulant/ester_os
synced 2026-06-20 14:51:24 +00:00
13 lines
456 B
CSS
13 lines
456 B
CSS
@font-face {
|
|
font-family: 'robotothin';
|
|
src: url('Roboto-Thin-webfont.eot');
|
|
src: url('Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('Roboto-Thin-webfont.woff2') format('woff2'),
|
|
url('Roboto-Thin-webfont.woff') format('woff'),
|
|
url('Roboto-Thin-webfont.ttf') format('truetype'),
|
|
url('Roboto-Thin-webfont.svg#robotothin') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
}
|
|
|