diff options
Diffstat (limited to 'paper/bootswatch.less')
-rw-r--r-- | paper/bootswatch.less | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/paper/bootswatch.less b/paper/bootswatch.less index 7be84e88..ebb051df 100644 --- a/paper/bootswatch.less +++ b/paper/bootswatch.less @@ -2,7 +2,12 @@ // Bootswatch // ----------------------------------------------------- -@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"); +@web-font-path: "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"; + +.web-font(@path) { + @import url("@{path}"); +} +.web-font(@web-font-path); // Navbar ===================================================================== |