omegamma/static/css/font.css

16 lines
375 B
CSS
Raw Normal View History

2021-06-08 14:19:46 +00:00
@font-face {
font-family: "Metropolis";
src: url(/fonts/metropolis/Metropolis-Regular.otf) format("opentype");
}
@font-face {
font-family: "Metropolis";
src: url(/fonts/metropolis/Metropolis-Bold.otf) format("opentype");
2021-06-08 14:19:46 +00:00
font-weight: bold;
}
@font-face {
font-family: "Metropolis Light";
src: url(/fonts/metropolis/Metropolis-Light.otf) format("opentype");
}