diff options
Diffstat (limited to 'files/zh-tw/web/css/@font-face/index.html')
-rw-r--r-- | files/zh-tw/web/css/@font-face/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/css/@font-face/index.html b/files/zh-tw/web/css/@font-face/index.html index ca045e5dab..ef31a61619 100644 --- a/files/zh-tw/web/css/@font-face/index.html +++ b/files/zh-tw/web/css/@font-face/index.html @@ -63,7 +63,7 @@ translation_of: Web/CSS/@font-face <style type="text/css" media="screen, print"> @font-face { font-family: "Bitstream Vera Serif Bold"; - src: url("http://developer.mozilla.org/@api/deki/files/2934/=VeraSeBd.ttf"); + src: url("https://developer.mozilla.org/@api/deki/files/2934/=VeraSeBd.ttf"); } body { font-family: "Bitstream Vera Serif Bold", serif } |