15 lines
378 B
CSS
15 lines
378 B
CSS
@font-face {
|
|
font-family: "Metropolis";
|
|
src: url(/fonts/metropolis/Metropolis-Regular.otf) format("opentype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Metropolis";
|
|
src: url(/fonts/metropolis/Metropolis-Regular.otf) format("opentype");
|
|
font-weight: bold;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Metropolis Light";
|
|
src: url(/fonts/metropolis/Metropolis-Light.otf) format("opentype");
|
|
}
|