This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @font-face { | |
| font-family: SegoeUI; | |
| src: | |
| local("Segoe UI Light"), | |
| url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"), | |
| url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"), | |
| url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype"); | |
| font-weight: 100; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Open text files from Iterm2 in PhpStorm by command+clicking on it | |
| # You will need the Remote call plugin in PhpStorm - https://plugins.jetbrains.com/plugin/6027 | |
| # And of course curl | |
| # wget this and chmod +x it | |
| # then move it to somwhere convenient in your path (such as /usr/local/bin) | |
| # With respects to https://gist.github.com/trinitronx/f59a8308d42d71fdba41 for the basis for this | |
| # iterm_open_with - open a URL, file from CWD, full path, or path with linenumber in default app or PhpStorm if text file |