0xProto
A programming font focused on source code legibility.
Gastigata de: Surluna Arĥivejo
Zx Protoは 0xProto と同一のフォント。一部のソフトウェアにおいて0xから始まるフォント名が正常に適用できない問題を回避するためのもの。
code:style.css
@font-face {
font-family: '0xProto';
font-weight: normal;
size-adjust: 86.6%;
src: local('0xProto'),
local('Zx Proto'),
url('/files/68a26be29ed748b14e5d4e81.woff2') format('woff2');
}
@font-face {
font-family: '0xProto';
font-weight: bold;
size-adjust: 86.6%;
src: local('0xProto'),
local('Zx Proto'),
url(/files/68a26bdec5afd37c8916f651.woff2) format('woff2');
}
@font-face {
font-family: '0xProto';
font-weight: italic;
size-adjust: 86.6%;
src: local('0xProto'),
local('Zx Proto'),
url(/files/68a26be03fd62006e9472f97.woff2) format('woff2');
}
@font-face {
font-family: 'Zx Proto';
size-adjust: 86.6%;
src: local('Zx Proto');
}