tetawebapp/tetawebapp/static/styles/fonts.css

14 lines
229 B
CSS
Raw Normal View History

2017-11-25 07:39:01 +01:00
@font-face {
font-family: "Roboto Condensed";
font-style: normal;
font-weight: 400;
src: var(--font-normal);
}
@font-face {
font-family: "Roboto Condensed";
font-style: normal;
font-weight: 700;
src: var(--font-bold);
}