Use new version of aoe_technology_radar to use specific fonts

This commit is contained in:
dennis.ludwig
2021-07-02 12:01:00 +02:00
parent 6e3352e21e
commit d628067427
4 changed files with 27 additions and 16 deletions

11
public/fonts.css Normal file
View File

@@ -0,0 +1,11 @@
@font-face {
font-family: "DIN";
src: url("fonts/clanot-news.otf");
font-weight: normal;
}
@font-face {
font-family: "DIN";
src: url("fonts/clanot-thin.otf");
font-weight: 300;
}