Added some files
This commit is contained in:
parent
f28a6b3ed8
commit
caac48c3c0
BIN
app/assets/fonts/AlteHaasGroteskBold.woff2
Normal file
BIN
app/assets/fonts/AlteHaasGroteskBold.woff2
Normal file
Binary file not shown.
BIN
app/assets/fonts/ahg.woff2
Normal file
BIN
app/assets/fonts/ahg.woff2
Normal file
Binary file not shown.
8
app/assets/stylesheets/_buoy-settings.scss
Normal file
8
app/assets/stylesheets/_buoy-settings.scss
Normal file
@ -0,0 +1,8 @@
|
||||
@import "../buoy-settings.json";
|
||||
|
||||
$markup-settings: (
|
||||
);
|
||||
|
||||
$bug-list: (
|
||||
"link-focus-outline": none
|
||||
);
|
8
app/assets/stylesheets/application.scss
Normal file
8
app/assets/stylesheets/application.scss
Normal file
@ -0,0 +1,8 @@
|
||||
//@include fontface('AlteHaasGroteskBold', '/assets/AlteHaasGroteskBold', 'alte_haas_groteskbold', ttf, normal, bold);
|
||||
|
||||
//body {
|
||||
// font-family: 'AlteHaasGroteskBold';
|
||||
//}
|
||||
|
||||
//@include breakpoint(medium-only) {
|
||||
//}
|
60
app/assets/stylesheets/buoy-settings.json
Normal file
60
app/assets/stylesheets/buoy-settings.json
Normal file
@ -0,0 +1,60 @@
|
||||
{
|
||||
"stylesheets": ["application"],
|
||||
"background-color": "#FFF",
|
||||
"breakpoint-unit": "px",
|
||||
"unresponsive-width": 1000,
|
||||
"row-width": 1000,
|
||||
"total-columns": 12,
|
||||
"platforms": {
|
||||
"mobile": {
|
||||
"range": [0,700]
|
||||
},
|
||||
"desktop": {
|
||||
"range": [0,0]
|
||||
}
|
||||
},
|
||||
"breakpoints": {
|
||||
"small": {
|
||||
"range": [0],
|
||||
"grid": "y",
|
||||
"offset": "n",
|
||||
"reset-order": "n"
|
||||
},
|
||||
"medium": {
|
||||
"range": [640],
|
||||
"grid": "y",
|
||||
"offset": "n",
|
||||
"reset-order": "n"
|
||||
},
|
||||
"large": {
|
||||
"range": [1024],
|
||||
"grid": "y",
|
||||
"offset": "n",
|
||||
"reset-order": "n"
|
||||
},
|
||||
"small-only": {
|
||||
"range": [0,319],
|
||||
"grid": "n",
|
||||
"offset": "n",
|
||||
"reset-order": "n"
|
||||
},
|
||||
"medium-only": {
|
||||
"range": [320,1023],
|
||||
"grid": "n",
|
||||
"offset": "n",
|
||||
"reset-order": "n"
|
||||
}
|
||||
},
|
||||
"grid-push": [1, 2],
|
||||
"grid-pull": [1, 2],
|
||||
"fonts": {
|
||||
"primary": {
|
||||
"name": "AlteHaasGroteskBold",
|
||||
"location": "AlteHaasGroteskBold",
|
||||
"svg_id": "alte_haas_groteskbold",
|
||||
"ttf_type": "ttf",
|
||||
"fallback": ["Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", "sans-serif"]
|
||||
}
|
||||
},
|
||||
"font-loading-method": "deferred"
|
||||
}
|
2
buoy-settings.json
Normal file
2
buoy-settings.json
Normal file
@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user