Fix fonts
This commit is contained in:
parent
d1f47a9d2d
commit
10f2068f40
27 changed files with 64686 additions and 9 deletions
12
assets/roboto-mono.scss
Normal file
12
assets/roboto-mono.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
src:
|
||||
local('Roboto Mono'),
|
||||
url('../webfonts/roboto-mono/robotomono-regular-webfont.woff2') format('woff2'),
|
||||
url('../webfonts/roboto-mono/robotomono-regular-webfont.woff') format('woff'),
|
||||
url('../webfonts/roboto-mono/robotomono-regular-webfont.ttf') format('truetype'),
|
||||
url('../webfonts/roboto-mono/robotomono-regular-webfont.svg#roboto_monoregular') format('svg');
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue