Skip to content
Snippets Groups Projects

Make font work

2 files
+ 1
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@font-face {
@font-face {
font-family: Roboto;
font-family: Roboto;
src: url("../font/Roboto-Thin.ttf");
src: url("/font/Roboto-Thin.ttf");
}
}
:root {
:root {
Loading