FrontPage

Last-modified: 2020-04-04 (土) 08:44:36

12px設定って今風じゃない気もする。

body {
    font-size: 14px;
    font-family: 'Helvetica Neue','Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',Arial,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','Segoe UI',Meiryo,MS PGothic,sans-serif;
    font-feature-settings: "palt" 1;
    -webkit-font-smoothing: antialiased;
}
pre, dl, ol, p, blockquote, ul, li {
    line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6,
h1.title {
    font-size: initial;
    font-family: inherit;
}
pre {
    font-size: 12px;
    font-family: Consolas, monospace;
    white-space: pre-wrap;
}