diff --git a/docs/static/fonts/Roboto_400_normal.svg b/docs/static/fonts/Roboto_400_normal.svg new file mode 100644 index 00000000..627f5a36 --- /dev/null +++ b/docs/static/fonts/Roboto_400_normal.svg @@ -0,0 +1,308 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/static/fonts/Roboto_400_normal.ttf b/docs/static/fonts/Roboto_400_normal.ttf new file mode 100644 index 00000000..45d1e376 Binary files /dev/null and b/docs/static/fonts/Roboto_400_normal.ttf differ diff --git a/docs/static/fonts/Roboto_400_normal.woff b/docs/static/fonts/Roboto_400_normal.woff new file mode 100644 index 00000000..296609e0 Binary files /dev/null and b/docs/static/fonts/Roboto_400_normal.woff differ diff --git a/docs/static/fonts/fonts.css b/docs/static/fonts/fonts.css new file mode 100644 index 00000000..87fc735a --- /dev/null +++ b/docs/static/fonts/fonts.css @@ -0,0 +1,11 @@ +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + src: url(Roboto_400_normal.eot); /* {{embedded-opentype-gf-url}} */ + src: local('☺'), + url(Roboto_400_normal.eot?#iefix) format('embedded-opentype'), /* {{embedded-opentype-gf-url}} */ + url(Roboto_400_normal.woff) format('woff'), /* http://fonts.gstatic.com/s/roboto/v16/2UX7WLTfW3W8TclTUvlFyQ.woff */ + url(Roboto_400_normal.ttf) format('truetype'), /* http://fonts.gstatic.com/s/roboto/v16/QHD8zigcbDB8aPfIoaupKOvvDin1pK8aKteLpeZ5c0A.ttf */ + url(Roboto_400_normal.svg#Roboto_400_normal) format('svg'); /* http://fonts.gstatic.com/l/font?kit=_YZOZaQ9UBZzaxiLBLcgZg&skey=a0a0114a1dcab3ac&v=v16#Roboto */ +} diff --git a/theme/site/globals/site.variables b/theme/site/globals/site.variables index 71c93abd..dd4f88bf 100755 --- a/theme/site/globals/site.variables +++ b/theme/site/globals/site.variables @@ -2,9 +2,10 @@ User Global Variables *******************************/ -@importGoogleFonts: true; +@importGoogleFonts: false; -@fontName : 'Roboto'; +@headerFont : Roboto,"Arial Narrow","Helvetica Neue",Helvetica,Arial,sans-serif; +@pageFont : Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif; @emSize : 14px; @fontSize : 13px; diff --git a/theme/style.less b/theme/style.less index a637bcd1..008df4ff 100644 --- a/theme/style.less +++ b/theme/style.less @@ -12,6 +12,14 @@ Add your custom CSS here *******************************/ +/* Roboto font */ +@RobotoFont: data-uri("../docs/static/fonts/Roboto_400_normal.woff"); + +@font-face { + font-family: 'Roboto'; + src: @RobotoFont format("woff"); +} + .ui.button.download-button { &:extend(.ui.purple.button all); }