mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
22 lines
974 B
CSS
22 lines
974 B
CSS
@font-face {
|
|
font-family: 'MesloLGMDZ';
|
|
src: url('../font/meslolgm-dz-regular-webfont.eot');
|
|
src: url('../font/meslolgm-dz-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('../font/meslolgm-dz-regular-webfont.woff') format('woff'),
|
|
url('../font/meslolgm-dz-regular-webfont.ttf') format('truetype'),
|
|
url('../font/meslolgm-dz-regular-webfont.svg#meslolgm-dz-regular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'SourceCodeProRegular';
|
|
src: url('../font/SourceCodePro-Regular-webfont.eot');
|
|
src: url('../font/SourceCodePro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('../font/SourceCodePro-Regular-webfont.woff') format('woff'),
|
|
url('../font/SourceCodePro-Regular-webfont.ttf') format('truetype'),
|
|
url('../font/SourceCodePro-Regular-webfont.svg#SourceCodeProRegular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
} |