diff options
author | rjohnson <rjohnson@mozilla.com> | 2021-03-14 14:55:27 -0700 |
---|---|---|
committer | rjohnson <rjohnson@mozilla.com> | 2021-03-14 14:55:27 -0700 |
commit | 3087cbfa47c646e702d9d301305f7a5b28431b52 (patch) | |
tree | 929594d9888a92cd2391f600da8570d4bc35d8c4 /files/fr/conflicting/learn | |
parent | c11c37f8d912b41ff343d703ba1148a0225eef8b (diff) | |
download | translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.tar.gz translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.tar.bz2 translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.zip |
remove references to developer.cdn.mozilla.net
Diffstat (limited to 'files/fr/conflicting/learn')
-rw-r--r-- | files/fr/conflicting/learn/css/styling_text/fundamentals/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/files/fr/conflicting/learn/css/styling_text/fundamentals/index.html b/files/fr/conflicting/learn/css/styling_text/fundamentals/index.html index 8506c0ab74..19ef0135aa 100644 --- a/files/fr/conflicting/learn/css/styling_text/fundamentals/index.html +++ b/files/fr/conflicting/learn/css/styling_text/fundamentals/index.html @@ -276,12 +276,12 @@ p { /* Ici, on liste les fichiers de police, la syntaxe est détaillée ici : http://blog.fontspring.com/2011/02/the-new-bulletproof-font-face-syntax/ */ - src:url("https://developer.cdn.mozilla.net/static/fonts/OpenSans-Regular-webfont.a35546eef3ea.eot"); - src:url("https://developer.cdn.mozilla.net/static/fonts/OpenSans-Regular-webfont.a35546eef3ea.eot?#iefix") format('embedded-opentype'), - url("https://developer.cdn.mozilla.net/static/fonts/OpenSans-Regular-webfont.3f642fa3ea74.woff2") format('woff2'), - url("https://developer.cdn.mozilla.net/static/fonts/OpenSans-Regular-webfont.ac327c4db628.woff") format('woff'), - url("https://developer.cdn.mozilla.net/static/fonts/OpenSans-Regular-webfont.cd7296352d15.ttf") format('truetype'), - url("https://developer.cdn.mozilla.net/static/fonts/OpenSans-Regular-webfont.f641a7d4e80f.svg#OpenSansRegular") format('svg'); + src:url("https://developer.mozilla.org/static/fonts/OpenSans-Regular-webfont.a35546eef3ea.eot"); + src:url("https://developer.mozilla.org/static/fonts/OpenSans-Regular-webfont.a35546eef3ea.eot?#iefix") format('embedded-opentype'), + url("https://developer.mozilla.org/static/fonts/OpenSans-Regular-webfont.3f642fa3ea74.woff2") format('woff2'), + url("https://developer.mozilla.org/static/fonts/OpenSans-Regular-webfont.ac327c4db628.woff") format('woff'), + url("https://developer.mozilla.org/static/fonts/OpenSans-Regular-webfont.cd7296352d15.ttf") format('truetype'), + url("https://developer.mozilla.org/static/fonts/OpenSans-Regular-webfont.f641a7d4e80f.svg#OpenSansRegular") format('svg'); /* Ici, on définit la graisse et le style de la police */ font-weight:normal; |