mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-28 07:30:30 -04:00
7 lines
408 B
SCSS
7 lines
408 B
SCSS
@charset "UTF-8";
|
|
|
|
/*! Roboto Latin | Apache License 2.0 | fonts.google.com/specimen/Roboto */
|
|
@include font-face("Roboto", "Roboto", "Roboto-Regular", "./fonts/roboto-latin-regular", normal, 400);
|
|
@include font-face("Roboto", "Roboto Medium", "Roboto-Medium", "./fonts/roboto-latin-medium", normal, 500);
|
|
@include font-face("Roboto", "Roboto Bold", "Roboto-Bold", "./fonts/roboto-latin-bold", normal, 700);
|