#fontface — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #fontface, aggregated by home.social.
-
Open the conversation about:
Since both are valid, and maintained in the W3C rec, we must assume neither is recommended over the other in every use case instance scenario sitch'#CSS #WebDesign #WebDevelopment #crossplatform #deviceneutrality
So... that said...
Which method is "better"?
They both seem to serve the same functional purpose, in the end.
my intended use is primarly and likely only to appear in a .css doc via <link rel="stylesheet">**For the sake of conversation:**
Why do we have the ability to be more granular about the identity of the source?
See above "@ import" vs "@ font-face"Also, for the sake of ... the same conversation, really:
[I personally am confident that #WebDeveloper extension exists only after extensive, and continued research]. I feel I could resolve that-- even If i don't know the technical logic leading to one or ther other-- @chrispederick 's extension, having shown the @-import rendered URL in this-- my most likely to be used enviroment-- it is safe for me to say, i can always trust that at-import is satisfactory, while the more granular aproach of @-font-face seems perhaps overkill for this purpose? -
Open the conversation about:
Since both are valid, and maintained in the W3C rec, we must assume neither is recommended over the other in every use case instance scenario sitch'#CSS #WebDesign #WebDevelopment #crossplatform #deviceneutrality
So... that said...
Which method is "better"?
They both seem to serve the same functional purpose, in the end.
my intended use is primarly and likely only to appear in a .css doc via <link rel="stylesheet">**For the sake of conversation:**
Why do we have the ability to be more granular about the identity of the source?
See above "@ import" vs "@ font-face"Also, for the sake of ... the same conversation, really:
[I personally am confident that #WebDeveloper extension exists only after extensive, and continued research]. I feel I could resolve that-- even If i don't know the technical logic leading to one or ther other-- @chrispederick 's extension, having shown the @-import rendered URL in this-- my most likely to be used enviroment-- it is safe for me to say, i can always trust that at-import is satisfactory, while the more granular aproach of @-font-face seems perhaps overkill for this purpose? -
Open the conversation about:
Since both are valid, and maintained in the W3C rec, we must assume neither is recommended over the other in every use case instance scenario sitch'#CSS #WebDesign #WebDevelopment #crossplatform #deviceneutrality
So... that said...
Which method is "better"?
They both seem to serve the same functional purpose, in the end.
my intended use is primarly and likely only to appear in a .css doc via <link rel="stylesheet">**For the sake of conversation:**
Why do we have the ability to be more granular about the identity of the source?
See above "@ import" vs "@ font-face"Also, for the sake of ... the same conversation, really:
[I personally am confident that #WebDeveloper extension exists only after extensive, and continued research]. I feel I could resolve that-- even If i don't know the technical logic leading to one or ther other-- @chrispederick 's extension, having shown the @-import rendered URL in this-- my most likely to be used enviroment-- it is safe for me to say, i can always trust that at-import is satisfactory, while the more granular aproach of @-font-face seems perhaps overkill for this purpose? -
Open the conversation about:
Since both are valid, and maintained in the W3C rec, we must assume neither is recommended over the other in every use case instance scenario sitch'#CSS #WebDesign #WebDevelopment #crossplatform #deviceneutrality
So... that said...
Which method is "better"?
They both seem to serve the same functional purpose, in the end.
my intended use is primarly and likely only to appear in a .css doc via <link rel="stylesheet">**For the sake of conversation:**
Why do we have the ability to be more granular about the identity of the source?
See above "@ import" vs "@ font-face"Also, for the sake of ... the same conversation, really:
[I personally am confident that #WebDeveloper extension exists only after extensive, and continued research]. I feel I could resolve that-- even If i don't know the technical logic leading to one or ther other-- @chrispederick 's extension, having shown the @-import rendered URL in this-- my most likely to be used enviroment-- it is safe for me to say, i can always trust that at-import is satisfactory, while the more granular aproach of @-font-face seems perhaps overkill for this purpose? -
Open the conversation about:
Since both are valid, and maintained in the W3C rec, we must assume neither is recommended over the other in every use case instance scenario sitch'#CSS #WebDesign #WebDevelopment #crossplatform #deviceneutrality
So... that said...
Which method is "better"?
They both seem to serve the same functional purpose, in the end.
my intended use is primarly and likely only to appear in a .css doc via <link rel="stylesheet">**For the sake of conversation:**
Why do we have the ability to be more granular about the identity of the source?
See above "@ import" vs "@ font-face"Also, for the sake of ... the same conversation, really:
[I personally am confident that #WebDeveloper extension exists only after extensive, and continued research]. I feel I could resolve that-- even If i don't know the technical logic leading to one or ther other-- @chrispederick 's extension, having shown the @-import rendered URL in this-- my most likely to be used enviroment-- it is safe for me to say, i can always trust that at-import is satisfactory, while the more granular aproach of @-font-face seems perhaps overkill for this purpose? -
Curious observation while pruning some CSS using one of my favorite development tools, "Web Developer" by @chrispederick
#WebDevelopment #CSS #directives #import #fontface #webdeveloper #browserextension
Wrapping up a project for a "release" on github, I use Google Material Icons for guess what... icons! Optional methods exist to "import" the font data required for rendering the Google font in one's own creation.
Typically, telling the browser which font to use is achieved via HTML <Style> or <Link> to rel="stylesheet". The at-import points to the resource URL (as contains the desired font data). The "@ font-face" directive also contains a parameter for the same type of font resource URL.
Attached Screenshots:
showing interface where available CSS resources are shown "collapsed/ expanded" to demonstrate that "Web Developer" (the browser extension) identifies the URL pointing to the google resource under the at-import directive, but not the at-font-face which appears in the same, local .css file.What do we make of this phenomenon?
Note: the CSS Resource locations: "wsldebian" (local dev server), the CDN for Chota, and the Google Fonts URL. -
Curious observation while pruning some CSS using one of my favorite development tools, "Web Developer" by @chrispederick
#WebDevelopment #CSS #directives #import #fontface #webdeveloper #browserextension
Wrapping up a project for a "release" on github, I use Google Material Icons for guess what... icons! Optional methods exist to "import" the font data required for rendering the Google font in one's own creation.
Typically, telling the browser which font to use is achieved via HTML <Style> or <Link> to rel="stylesheet". The at-import points to the resource URL (as contains the desired font data). The "@ font-face" directive also contains a parameter for the same type of font resource URL.
Attached Screenshots:
showing interface where available CSS resources are shown "collapsed/ expanded" to demonstrate that "Web Developer" (the browser extension) identifies the URL pointing to the google resource under the at-import directive, but not the at-font-face which appears in the same, local .css file.What do we make of this phenomenon?
Note: the CSS Resource locations: "wsldebian" (local dev server), the CDN for Chota, and the Google Fonts URL. -
Curious observation while pruning some CSS using one of my favorite development tools, "Web Developer" by @chrispederick
#WebDevelopment #CSS #directives #import #fontface #webdeveloper #browserextension
Wrapping up a project for a "release" on github, I use Google Material Icons for guess what... icons! Optional methods exist to "import" the font data required for rendering the Google font in one's own creation.
Typically, telling the browser which font to use is achieved via HTML <Style> or <Link> to rel="stylesheet". The at-import points to the resource URL (as contains the desired font data). The "@ font-face" directive also contains a parameter for the same type of font resource URL.
Attached Screenshots:
showing interface where available CSS resources are shown "collapsed/ expanded" to demonstrate that "Web Developer" (the browser extension) identifies the URL pointing to the google resource under the at-import directive, but not the at-font-face which appears in the same, local .css file.What do we make of this phenomenon?
Note: the CSS Resource locations: "wsldebian" (local dev server), the CDN for Chota, and the Google Fonts URL. -
Curious observation while pruning some CSS using one of my favorite development tools, "Web Developer" by @chrispederick
#WebDevelopment #CSS #directives #import #fontface #webdeveloper #browserextension
Wrapping up a project for a "release" on github, I use Google Material Icons for guess what... icons! Optional methods exist to "import" the font data required for rendering the Google font in one's own creation.
Typically, telling the browser which font to use is achieved via HTML <Style> or <Link> to rel="stylesheet". The at-import points to the resource URL (as contains the desired font data). The "@ font-face" directive also contains a parameter for the same type of font resource URL.
Attached Screenshots:
showing interface where available CSS resources are shown "collapsed/ expanded" to demonstrate that "Web Developer" (the browser extension) identifies the URL pointing to the google resource under the at-import directive, but not the at-font-face which appears in the same, local .css file.What do we make of this phenomenon?
Note: the CSS Resource locations: "wsldebian" (local dev server), the CDN for Chota, and the Google Fonts URL. -
Curious observation while pruning some CSS using one of my favorite development tools, "Web Developer" by @chrispederick
#WebDevelopment #CSS #directives #import #fontface #webdeveloper #browserextension
Wrapping up a project for a "release" on github, I use Google Material Icons for guess what... icons! Optional methods exist to "import" the font data required for rendering the Google font in one's own creation.
Typically, telling the browser which font to use is achieved via HTML <Style> or <Link> to rel="stylesheet". The at-import points to the resource URL (as contains the desired font data). The "@ font-face" directive also contains a parameter for the same type of font resource URL.
Attached Screenshots:
showing interface where available CSS resources are shown "collapsed/ expanded" to demonstrate that "Web Developer" (the browser extension) identifies the URL pointing to the google resource under the at-import directive, but not the at-font-face which appears in the same, local .css file.What do we make of this phenomenon?
Note: the CSS Resource locations: "wsldebian" (local dev server), the CDN for Chota, and the Google Fonts URL. -
I'm going to give this JetBrains Mono font a try for my code and commanline for a bit. Looks pretty decent. https://www.jetbrains.com/lp/mono/
#Typography #fonts #FontFace #Typeface #font #code #MonoSpace
-
I'm going to give this JetBrains Mono font a try for my code and commanline for a bit. Looks pretty decent. https://www.jetbrains.com/lp/mono/
#Typography #fonts #FontFace #Typeface #font #code #MonoSpace
-
I'm going to give this JetBrains Mono font a try for my code and commanline for a bit. Looks pretty decent. https://www.jetbrains.com/lp/mono/
#Typography #fonts #FontFace #Typeface #font #code #MonoSpace
-
I'm going to give this JetBrains Mono font a try for my code and commanline for a bit. Looks pretty decent. https://www.jetbrains.com/lp/mono/
#Typography #fonts #FontFace #Typeface #font #code #MonoSpace
-
I'm going to give this JetBrains Mono font a try for my code and commanline for a bit. Looks pretty decent. https://www.jetbrains.com/lp/mono/
#Typography #fonts #FontFace #Typeface #font #code #MonoSpace
-
„Beware the Font Name“ https://alvaromontoro.com/blog/68008/beware-the-font-name
Nice article about implementing your fonts correctly in CSS.
-
„Beware the Font Name“ https://alvaromontoro.com/blog/68008/beware-the-font-name
Nice article about implementing your fonts correctly in CSS.
-
„Beware the Font Name“ https://alvaromontoro.com/blog/68008/beware-the-font-name
Nice article about implementing your fonts correctly in CSS.