1
0
Fork 0

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,64 +0,0 @@
@font-face {
src: url(100.ttf);
font-family: 'BreezeSans';
font-weight: 100;
}
@font-face {
src: url(100c.ttf);
font-family: 'BreezeSans';
font-weight: 100;
font-stretch: condensed;
}
@font-face {
src: url(300.ttf);
font-family: 'BreezeSans';
font-weight: 300;
}
@font-face {
src: url(300c.ttf);
font-family: 'BreezeSans';
font-weight: 300;
font-stretch: condensed;
}
@font-face {
src: url(400.ttf);
font-family: 'BreezeSans';
font-weight: 400;
}
@font-face {
src: url(400c.ttf);
font-family: 'BreezeSans';
font-weight: 400;
font-stretch: condensed;
}
@font-face {
src: url(600.ttf);
font-family: 'BreezeSans';
font-weight: 600;
}
@font-face {
src: url(600c.ttf);
font-family: 'BreezeSans';
font-weight: 600;
font-stretch: condensed;
}
@font-face {
src: url(700.ttf);
font-family: 'BreezeSans';
font-weight: 700;
}
@font-face {
src: url(700c.ttf);
font-family: 'BreezeSans';
font-weight: 700;
font-stretch: condensed;
}

8
fonts/noto/noto.css Normal file
View File

@ -0,0 +1,8 @@
@font-face {
font-family: NotoSans;
font-weight: 900;
src:
local('Noto Sans Black'),
url(NotoSans-Black.ttf) format('ttf');
}

View File

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