9001 / 9001/copyparty

Phi95 theme font tweak

Abierto
#729 3 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
46.6k
Forks
1.9k
Merge medio
10 d 16 h
PR fusionados (30 d)
5

Descripción

nepeta leijon on the discord wrote a [little font tweak](https://discord.com/channels/995424014065471600/1329206139833028769/1400736046551007292) for the phi95 theme before it released that adds a bitmap font. it goes like this:
```css
@font-face {
font-family: 'MS Sans Serif';
font-display: swap;
src: url(ms-sans-serif-1.otf.woff2) format('woff2'); /* set the url to wherver you are storing the woff2 */
}

html.ey {
/* change the following at the top of html.ey */
--font-main: 'MS Sans Serif';
--font-serif: 'MS Sans Serif';
--font-mono: 'MS Sans Serif';
```
you have to install the font, but i think it looks _much_ better with the tweak.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.