mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
20 lines
638 B
SCSS
20 lines
638 B
SCSS
/* Sets font to VGA square */
|
|
@font-face
|
|
{
|
|
font-family: 'VGAsquarePx';
|
|
src: url(../int10h.org/vga_squarepx.eot);
|
|
src: url(../int10h.org/vga_squarepx.eot?#iefix) format('embedded-opentype'),
|
|
url(../int10h.org/vga_squarepx.woff2) format('woff2'),
|
|
url(../int10h.org/vga_squarepx.woff) format('woff'),
|
|
url(../int10h.org/vga_squarepx.ttf) format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
$font-family-sans-serif: 'VGAsquarePx';
|
|
$font-family-monospace: 'VGAsquarePx';
|
|
$font-family-base: 'VGAsquarePx';
|
|
$font-size-base: 1.75rem;
|
|
|
|
$line-height-base: 1;
|