setting:コードブロックのフォントをRictyに
ダメです
style.css@font-face {
font-family: "Ricty Diminished Discord";
src: local("Ricty Diminished Discord"), url("https://github.com/dragoon8192/RictyDiminished/blob/master/RictyDiminishedDiscord-Regular.woff?raw=true") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Ricty Diminished Discord";
src: local("Ricty Diminished Discord"), url("https://github.com/dragoon8192/RictyDiminished/blob/master/RictyDiminishedDiscord-Bold.woff?raw=true") format("woff");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Ricty Diminished Discord";
src: local("Ricty Diminished Discord"), url("https://github.com/dragoon8192/RictyDiminished/blob/master/RictyDiminishedDiscord-Oblique.woff?raw=true") format("woff");
font-weight: normal;
font-style: oblique;
}
@font-face {
font-family: "Ricty Diminished Discord";
src: local("Ricty Diminished Discord"), url("https://github.com/dragoon8192/RictyDiminished/blob/master/RictyDiminishedDiscord-BoldOblique.woff?raw=true") format("woff");
font-weight: bold;
font-style: oblique;
}
ヨシ!
style.css.line span.code-block .code-body{
font-family: "Ricty Discord", "Ricty Diminished Discord", "Monaco";
font-weight: normal;
font-style: normal;
}