Use bootstrap in Server.

This commit is contained in:
2018-12-28 14:32:41 +00:00
parent 1a044dd798
commit 6d52e09d51
19 changed files with 11660 additions and 38 deletions

View 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;