org-media-sass/font-library/_roboto.sass
2024-11-29 10:29:02 +02:00

13 lines
320 B
Sass

@font-face
font-family: 'Roboto'
src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype')
font-weight: normal
font-style: normal
@font-face
font-family: 'Roboto'
src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype')
font-weight: bold
font-style: normal
// Add other weights as needed