replace ipa font

This commit is contained in:
Rhiannon Morris 2021-05-24 11:36:23 +02:00
parent 65b8c092b9
commit 8e865e68bf
3 changed files with 11 additions and 66 deletions

View file

@ -1,5 +1,5 @@
@import url(fonts/muller/muller.css);
@import url(fonts/breezesans/breezesans.css);
@import url(fonts/noto/noto.css);
body {
--gradient:
@ -173,7 +173,8 @@ h1, h2 { --around-image: url(images/sparkles.svg); }
.ipa {
font-family: BreezeSans;
font-family: NotoSans;
font-weight: 900;
font-size: 90%;
}