fixed font url
This commit is contained in:
parent
a634d5b8d4
commit
c0ef4d4ae5
@ -17,17 +17,17 @@
|
||||
/* ubuntu-font */
|
||||
@font-face {
|
||||
font-family: "UbuntuMono";
|
||||
src: local('UbuntuMono-B'), url("../fonts/UbuntuMono-Bold.ttf");
|
||||
src: local('UbuntuMono-B'), url("{{ .Site.BaseURL }}fonts/UbuntuMono-Bold.ttf");
|
||||
font-weight: bold;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "UbuntuMono";
|
||||
src: local('UbuntuMono-RI'), url("../fonts/UbuntuMono-Italic.ttf");
|
||||
src: local('UbuntuMono-RI'), url("{{ .Site.BaseURL }}fonts/UbuntuMono-Italic.ttf");
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "UbuntuMono";
|
||||
src: local('UbuntuMono-R'), url("../fonts/UbuntuMono-Regular.ttf");
|
||||
src: local('UbuntuMono-R'), url("{{ .Site.BaseURL }}fonts/UbuntuMono-Regular.ttf");
|
||||
}
|
||||
#background {
|
||||
position: fixed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user