Adjust layout for Bootstrap 4.
This commit is contained in:
3
src/bovender.scss
Normal file
3
src/bovender.scss
Normal file
@ -0,0 +1,3 @@
|
||||
body {
|
||||
padding: 1rem !important;
|
||||
}
|
@ -1,5 +1,4 @@
|
||||
@import "fonts";
|
||||
@import "config";
|
||||
@import "~bootstrap/scss/bootstrap";
|
||||
|
||||
.dummy {
|
||||
background-color: transparent;
|
||||
}
|
||||
@import "bovender";
|
||||
|
1
src/config.scss
Normal file
1
src/config.scss
Normal file
@ -0,0 +1 @@
|
||||
$font-family-base: "IBM Plex Sans Condensed";
|
37
src/fonts.scss
Normal file
37
src/fonts.scss
Normal file
@ -0,0 +1,37 @@
|
||||
/* https://google-webfonts-helper.herokuapp.com/fonts/ibm-plex-sans-condensed?subsets=latin */
|
||||
/* ibm-plex-sans-condensed-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Sans Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('IBM Plex Sans Condensed'), local('IBMPlexSansCond'),
|
||||
url('../fonts/ibm-plex-sans-condensed-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||
url('../fonts/ibm-plex-sans-condensed-v6-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||
}
|
||||
/* ibm-plex-sans-condensed-italic - latin */
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Sans Condensed';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('IBM Plex Sans Condensed Italic'), local('IBMPlexSansCond-Italic'),
|
||||
url('../fonts/ibm-plex-sans-condensed-v6-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||
url('../fonts/ibm-plex-sans-condensed-v6-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||
}
|
||||
/* ibm-plex-sans-condensed-600 - latin */
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Sans Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('IBM Plex Sans Condensed SemiBold'), local('IBMPlexSansCond-SemiBold'),
|
||||
url('../fonts/ibm-plex-sans-condensed-v6-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||
url('../fonts/ibm-plex-sans-condensed-v6-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||
}
|
||||
/* ibm-plex-sans-condensed-600italic - latin */
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Sans Condensed';
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
src: local('IBM Plex Sans Condensed SemiBold Italic'), local('IBMPlexSansCond-SemiBoldItalic'),
|
||||
url('../fonts/ibm-plex-sans-condensed-v6-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||
url('../fonts/ibm-plex-sans-condensed-v6-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||
}
|
Reference in New Issue
Block a user