mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-21 22:56:52 +00:00
Add Roboto font
This commit is contained in:
parent
f75843c0c4
commit
21e0122a2a
4 changed files with 16 additions and 0 deletions
BIN
src/fonts/roboto-bold.woff2
Normal file
BIN
src/fonts/roboto-bold.woff2
Normal file
Binary file not shown.
15
src/fonts/roboto.css
Normal file
15
src/fonts/roboto.css
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
/* roboto */
|
||||||
|
@font-face {
|
||||||
|
font-family: Roboto;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: local("Roboto"), local("Roboto-Regular"), url(roboto.woff2) format("woff2");
|
||||||
|
}
|
||||||
|
/* roboto-bold */
|
||||||
|
@font-face {
|
||||||
|
font-family: Roboto;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
src: local("Roboto Bold"), local("Roboto-Bold"), url(roboto-bold.woff2) format("woff2");
|
||||||
|
}
|
||||||
|
|
BIN
src/fonts/roboto.woff2
Normal file
BIN
src/fonts/roboto.woff2
Normal file
Binary file not shown.
|
@ -1,4 +1,5 @@
|
||||||
@import url("fonts/cantarell.css");
|
@import url("fonts/cantarell.css");
|
||||||
|
@import url("fonts/roboto.css");
|
||||||
|
|
||||||
/* for mobile user */
|
/* for mobile user */
|
||||||
body{
|
body{
|
||||||
|
|
Loading…
Reference in a new issue