routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+62
@@ -0,0 +1,62 @@
|
||||
/* roboto-mono-greek-100-normal */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url(./files/roboto-mono-greek-100-normal.woff2) format('woff2'), url(./files/roboto-mono-greek-100-normal.woff) format('woff');
|
||||
}
|
||||
|
||||
/* roboto-mono-greek-200-normal */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url(./files/roboto-mono-greek-200-normal.woff2) format('woff2'), url(./files/roboto-mono-greek-200-normal.woff) format('woff');
|
||||
}
|
||||
|
||||
/* roboto-mono-greek-300-normal */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url(./files/roboto-mono-greek-300-normal.woff2) format('woff2'), url(./files/roboto-mono-greek-300-normal.woff) format('woff');
|
||||
}
|
||||
|
||||
/* roboto-mono-greek-400-normal */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url(./files/roboto-mono-greek-400-normal.woff2) format('woff2'), url(./files/roboto-mono-greek-400-normal.woff) format('woff');
|
||||
}
|
||||
|
||||
/* roboto-mono-greek-500-normal */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url(./files/roboto-mono-greek-500-normal.woff2) format('woff2'), url(./files/roboto-mono-greek-500-normal.woff) format('woff');
|
||||
}
|
||||
|
||||
/* roboto-mono-greek-600-normal */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url(./files/roboto-mono-greek-600-normal.woff2) format('woff2'), url(./files/roboto-mono-greek-600-normal.woff) format('woff');
|
||||
}
|
||||
|
||||
/* roboto-mono-greek-700-normal */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url(./files/roboto-mono-greek-700-normal.woff2) format('woff2'), url(./files/roboto-mono-greek-700-normal.woff) format('woff');
|
||||
}
|
||||
Reference in New Issue
Block a user