meraproject/lib/fonts/roboto/font.styl
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

30 lines
704 B
Stylus

@font-face
font-family: 'Roboto'
src: url(/lib/fonts/roboto/Roboto-Light.ttf) format('truetype')
font-weight normal
font-style 100
@font-face
font-family: 'Roboto'
src: url(/lib/fonts/roboto/Roboto-Regular.ttf) format('truetype')
font-weight normal
font-style normal
@font-face
font-family: 'Roboto'
src: url(/lib/fonts/roboto/Roboto-Medium.ttf) format('truetype')
font-weight 600
font-style normal
@font-face
font-family: 'Roboto'
src: url(/lib/fonts/roboto/Roboto-Bold.ttf) format('truetype')
font-weight 700
font-style normal
@font-face
font-family: 'Roboto'
src: url(/lib/fonts/roboto/Roboto-Black.ttf) format('truetype')
font-weight 900
font-style normal