23 lines
729 B
CSS
23 lines
729 B
CSS
|
@font-face {
|
||
|
font-family: 'Inconsolata';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-stretch: normal;
|
||
|
font-display: swap;
|
||
|
src: url(https://fonts.gstatic.com/s/inconsolata/v30/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WR32kg.ttf) format('truetype');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Roboto Condensed';
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
font-display: swap;
|
||
|
src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'Short Stack';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-display: swap;
|
||
|
src: url(https://fonts.gstatic.com/s/shortstack/v15/bMrzmS2X6p0jZC6EcmPFX9SVe3s.ttf) format('truetype');
|
||
|
}
|