11 lines
400 B
CSS
11 lines
400 B
CSS
@font-face{
|
|
font-family: Roboto;
|
|
font-style: normal;
|
|
font-weight: 100;
|
|
src:
|
|
local("Roboto Thin"),
|
|
local("Roboto-Thin"),
|
|
url("node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff2") format("woff2"),
|
|
url("node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff") format("woff"),
|
|
url("node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.ttf") format("truetype");
|
|
} |