Add Roboto Light font

This commit is contained in:
André Wahlberg 2020-11-20 16:22:37 +01:00
parent cd467370b9
commit f95d78721f
2 changed files with 5 additions and 0 deletions

BIN
src/fonts/roboto-light.ttf Normal file

Binary file not shown.

View File

@ -3,6 +3,11 @@
src: url('fonts/roboto-regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
font-family: 'Roboto Light';
src: url('fonts/roboto-light.ttf') format('truetype'); /* Safari, Android, iOS */
}
* {
margin: 0;
padding: 0;