Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Zynck

Members
  • Joined

  • Last visited

  1. I have searched Internet about my problem but I can't figure this out. Mostly problem people has with @font-face is just file paths. My problem is a font that is outside my domain happens to work well while ones that in my domain doesn't work. Well here's the fonts.css @font-face { font-family: "Cantarell"; src: url("http://mysite.com/fonts/Cantarell/Cantarell-Regular.eot") format("embedded-opentype"); src: url("http://mysite.com/fonts/Cantarell/Cantarell-Regular.woff") format("woff"), url("http://mysite.com/fonts/Cantarell/Cantarell-Regular.otf") format("opentype"), url("http://mysite.com/fonts/Cantarell/Cantarell-Regular.ttf") format("truetype"), url("http://mysite.com/fonts/Cantarell/Cantarell-Regular.svg#Cantarell-Regular") format("svg"); font-weight: normal; font-style: normal; } @font-face { font-family: "Purisa"; src: url("//db.onlinewebfonts.com/t/35e23faf72946beaae07e9f37976f728.eot"); src: url("//db.onlinewebfonts.com/t/35e23faf72946beaae07e9f37976f728.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/35e23faf72946beaae07e9f37976f728.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/35e23faf72946beaae07e9f37976f728.woff") format("woff"), url("//db.onlinewebfonts.com/t/35e23faf72946beaae07e9f37976f728.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/35e23faf72946beaae07e9f37976f728.svg#Purisa") format("svg"); } @font-face { font-family: "Sophia"; src: url("http://mysite.com/fonts/Sophia/Sophia.eot") format("embedded-opentype"); src: url("http://mysite.com/fonts/Sophia/Sophia.woff") format("woff"), url("http://mysite.com/fonts/Sophia/Sophia.woff2") format("woff2"), url("http://mysite.com/fonts/Sophia/Sophia.otf") format("opentype"), url("http://mysite.com/fonts/Sophia/Sophia.ttf") format("truetype"), url("http://mysite.com/fonts/Sophia/Sophia.svg#Sophia") format("svg"); } @font-face { font-family: "Audrey"; src: url("http://mysite.com/fonts/Audrey/Audrey.woff2") format("woff2"), url("http://mysite.com/fonts/Audrey/Audrey.woff") format("woff"), url("http://mysite.com/fonts/Audrey/Audrey.otf") format("opentype"); font-weight: normal; font-style: normal; } @font-face { font-family: "Qanelas Soft DEMO"; src: url("http://mysite.com/fonts/Qanelas-Soft/Qanelas-Soft.woff2") format("woff2"), url("http://mysite.com/fonts/Qanelas-Soft/Qanelas-Soft.woff") format("woff"), url("http://mysite.com/fonts/Qanelas-Soft/Qanelas-Soft.otf") format("opentype"); font-weight: normal; font-style: normal; } And I linked my HTML file with the code above this way: <link rel="stylesheet" src="./main.css"/> <link rel="stylesheet" src="./fonts.css"/> The font that happens to work well is just the Purisa font. I have no clue, I tried the @import fonts.css as well on top of the main.css and it's not even working. Anyone knows how to solve this?
  2. So the conclusion is: Web designer dealing with designing UI or "The appearance" and Web developer is dealing with marketing, promotions, and such?
  3. I Learned HTML and currently CSS in progress, but i never actually know the difference between those 3 things i mention above. what is actually Designing Web? and what is actually Developing Web and also Coding Web?
  4.    Zynck reacted to a post in a topic: My first computer
  5. Zynck posted a topic in Frontend
    Should I define all of the box element, i mean should define all of the padding, Margin, and border of each element? is it okay to not define it if that not needed? i saw some CSS css code in net, the define the margins, padding and other with value of 0. for example: article { margin:0; padding:0; border:none; background-color:#000000; } is that needed and can affect the others?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.