mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
now I understand relative paths in SCSS better
This commit is contained in:
parent
e68fb55657
commit
5fd7c3e520
3 changed files with 5 additions and 5 deletions
|
@ -15,6 +15,7 @@ exclude_from_localizations: ["assets"]
|
||||||
sass:
|
sass:
|
||||||
style: compressed
|
style: compressed
|
||||||
cache: false
|
cache: false
|
||||||
|
relative_assets: true
|
||||||
|
|
||||||
gems:
|
gems:
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@import "../assets/fonts/worksans/font";
|
@import "../fonts/worksans/font.css"; // imports are relative to /assets/css/style.scss
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'work_sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font-family: 'Work Sans', Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 27, 2016 */
|
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 27, 2016 */
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'work_sans';
|
font-family: 'Work Sans';
|
||||||
src: url('worksans-bold-webfont.eot');
|
src: url('worksans-bold-webfont.eot');
|
||||||
src: url('worksans-bold-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('worksans-bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('worksans-bold-webfont.woff2') format('woff2'),
|
url('worksans-bold-webfont.woff2') format('woff2'),
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'work_sans';
|
font-family: 'Work Sans';
|
||||||
src: url('worksans-regular-webfont.eot');
|
src: url('worksans-regular-webfont.eot');
|
||||||
src: url('worksans-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('worksans-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('worksans-regular-webfont.woff2') format('woff2'),
|
url('worksans-regular-webfont.woff2') format('woff2'),
|
||||||
|
@ -21,4 +21,3 @@
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue