inter css font import
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mauro Torrez 2020-05-07 09:44:28 -03:00
parent 0aa8ccffcb
commit eb5399db69

View File

@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); @import url('https://rsms.me/inter/inter.css');
/* Main page with stikky-footer */ /* Main page with stikky-footer */
html, body { html, body {
@ -9,6 +9,11 @@ html, body {
/* border-top: 3px solid #27A822; */ /* border-top: 3px solid #27A822; */
} }
@supports (font-variation-settings: normal) {
html, body {
font-family: 'Inter var', font-family: Inter, -apple-system, system-ui, BlinkMacSystemFont, 'Source Sans Pro', sans-serif;
}
}
/* Wrapper for page content to push down footer */ /* Wrapper for page content to push down footer */
#wrap { #wrap {
padding-bottom: 50px; padding-bottom: 50px;