mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use bootstrap in Server.
This commit is contained in:
19
DiscImageChef.Server/styles/_vgafont.scss
Normal file
19
DiscImageChef.Server/styles/_vgafont.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
/* 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;
|
||||
Reference in New Issue
Block a user